We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aebf26 commit d94747bCopy full SHA for d94747b
src/flight_service/do_get.rs
@@ -141,10 +141,9 @@ impl ArrowFlightEndpoint {
141
}
142
143
let stream =
144
- encoder_builder
145
- .build(stream.map_err(|err| {
146
- FlightError::Tonic(Box::new(datafusion_error_to_tonic_status(&err)))
147
- }));
+ encoder_builder.build(stream.map_err(|err| {
+ FlightError::Tonic(Box::new(datafusion_error_to_tonic_status(&err)))
+ }));
148
149
let task_data_entries = Arc::clone(&self.task_data_entries);
150
let num_partitions_remaining = Arc::clone(&stage_data.num_partitions_remaining);
0 commit comments