pitrou commented on code in PR #5080:
URL: https://github.com/apache/arrow-rs/pull/5080#discussion_r1399286702
##########
arrow/src/ffi_stream.rs:
##########
@@ -357,9 +357,11 @@ impl Iterator for ArrowArrayStreamReader {
}
let schema_ref = self.schema();
+ // NOTE: this parses the FFI_ArrowSchema again on each iterator
call;
+ // should probably use from_ffi_and_data_type() instead.
Review Comment:
See #5103
--
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]