Skip to content

Commit 3aebf26

Browse files
committed
Remove leftover usize::MAX
1 parent f1d5980 commit 3aebf26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flight_service/do_get.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ impl ArrowFlightEndpoint {
142142

143143
let stream =
144144
encoder_builder
145-
.with_max_flight_data_size(usize::MAX)
146145
.build(stream.map_err(|err| {
147146
FlightError::Tonic(Box::new(datafusion_error_to_tonic_status(&err)))
148147
}));

0 commit comments

Comments
 (0)