HaoYang670 commented on code in PR #2557:
URL: https://github.com/apache/arrow-rs/pull/2557#discussion_r952638315
##########
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:
> We would likely need to move to using https://docs.rs/bytes/latest/bytes/
to avoid this.
Hi @tustvold. Could you please file an issue to track it, because you might
know more context about it ?
--
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]