alamb commented on code in PR #3428:
URL: https://github.com/apache/arrow-rs/pull/3428#discussion_r1060067472
##########
arrow-integration-testing/src/flight_server_scenarios/integration_test.rs:
##########
@@ -121,15 +121,24 @@ impl FlightService for FlightServiceImpl {
.iter()
.enumerate()
.flat_map(|(counter, batch)| {
- let (dictionary_flight_data, mut batch_flight_data) =
- arrow_flight::utils::flight_data_from_arrow_batch(batch,
&options);
Review Comment:
using deprecated API
--
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]