Dandandan commented on code in PR #3353:
URL: https://github.com/apache/arrow-rs/pull/3353#discussion_r1050549260


##########
arrow-flight/src/utils.rs:
##########
@@ -149,11 +153,16 @@ pub fn batches_to_flight_data(
     let schema_flight_data: FlightData = SchemaAsIpc::new(&schema, 
&options).into();
     let mut dictionaries = vec![];
     let mut flight_data = vec![];
+
+    let data_gen = writer::IpcDataGenerator::default();

Review Comment:
   So this is the basic difference in API (quite limited).



-- 
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]

Reply via email to