Skip to content

Commit

Permalink
moar clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 13, 2022
1 parent 194bfee commit c7d7d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballista/rust/core/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl Stream for FlightDataStream {
flight_data_to_arrow_batch(
&flight_data_chunk,
self.schema.clone(),
&mut self.dictionaries_by_id,
&self.dictionaries_by_id,
)
});
Some(converted_chunk)
Expand Down

0 comments on commit c7d7d49

Please sign in to comment.