alamb commented on code in PR #10206:
URL: https://github.com/apache/arrow-rs/pull/10206#discussion_r3501883262
##########
arrow-ipc/src/reader.rs:
##########
Review Comment:
I think we need to update these comments
Since the flag is `UnsafeFlag` which can only be set using `unsafe` I think
we can just remove this "funky" wording. I can do this and push it to your
branch if you prefer
##########
arrow-flight/src/decode.rs:
##########
@@ -319,11 +331,20 @@ impl FlightDataDecoder {
));
};
- let batch = flight_data_to_arrow_batch(
Review Comment:
is the idea to deprecate flight_data_to_arrow_batch and expose
`flight_data_to_arrow_batch` directly in a follow on PR? I can file a ticket if
so
--
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]