alamb commented on code in PR #9772:
URL: https://github.com/apache/arrow-rs/pull/9772#discussion_r3118435454
##########
arrow-array/src/ffi_stream.rs:
##########
@@ -100,6 +100,7 @@ pub struct FFI_ArrowArrayStream {
}
unsafe impl Send for FFI_ArrowArrayStream {}
+unsafe impl Sync for FFI_ArrowArrayStream {}
Review Comment:
Can you please pull it into a separate PR that we can discuss and analyze by
itself. Otherwise this PR is ready to go from my perspective
--
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]