alamb commented on code in PR #4101:
URL: https://github.com/apache/arrow-rs/pull/4101#discussion_r1175730755
##########
arrow-flight/src/encode.rs:
##########
@@ -134,6 +137,14 @@ impl FlightDataEncoderBuilder {
self
}
+ pub fn with_flight_descriptor(
Review Comment:
If the encoder would not have sent any `FlightData` if no `FlightDescriptor`
is provided, then I don't think a `FlightData` should be sent if a
`FlightDescriptor` is sent)
--
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]