alamb opened a new pull request, #3391: URL: https://github.com/apache/arrow-rs/pull/3391
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/3371 # Rationale for this change The details of encoding / sending / receiving / reconstructiing RecordBatches over flight is common and somewhat duplicated across every implementation of flight. The mid level flight client aims to automate much of the common piece of this # What changes are included in this PR? 1. Add `encode.rs` logic in `FlightDataEncoderBuilder` (based on the code from IOx in https://github.com/influxdata/influxdb_iox/pull/6460) 2. Move decode logic out of client and into `decode.rs` 3. Make the decoders more generic 4. Tests: round trip tests of encoding/decoding 3. Tests for `FlightClient::do_get` # Are there any user-facing changes? yes, encoders and decoders -- 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]
