tustvold commented on code in PR #2557:
URL: https://github.com/apache/arrow-rs/pull/2557#discussion_r952828663


##########
integration-testing/src/flight_server_scenarios/integration_test.rs:
##########
@@ -354,7 +355,7 @@ async fn save_uploaded_chunks(
 
                 let batch = record_batch_from_message(
                     message,
-                    &data.data_body,
+                    &Buffer::from(data.data_body),

Review Comment:
   How does that API handle alignment?



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