alamb commented on code in PR #3444:
URL: https://github.com/apache/arrow-rs/pull/3444#discussion_r1061918581
##########
arrow-flight/src/encode.rs:
##########
@@ -63,24 +63,25 @@ use futures::{ready, stream::BoxStream, Stream, StreamExt};
/// [`FlightError`]: crate::error::FlightError
#[derive(Debug)]
pub struct FlightDataEncoderBuilder {
- /// The maximum message size (see details on
[`Self::with_max_message_size`]).
- max_batch_size: usize,
+ /// The maximum approximate target message size in bytes
+ /// (see details on [`Self::with_max_flight_data_size`]).
+ max_flight_data_size: usize,
Review Comment:
I renamed this to `max_flight_data_size` and tried to clarify the intent more
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]