alamb commented on code in PR #9166:
URL: https://github.com/apache/arrow-rs/pull/9166#discussion_r2692192723


##########
arrow-array/Cargo.toml:
##########
@@ -56,6 +57,7 @@ all-features = true
 [features]
 ffi = ["arrow-schema/ffi", "arrow-data/ffi"]
 force_validate = []
+nonblocking = ["dep:futures"]

Review Comment:
   maybe we could call this flag "async" (to match the rust `async` keyword) 
   
   We should probably also 
   1. Document it somewhere
   2. Add the same name feature flag to the arrow crate (so people can use it 
without having to explicitly depend on arrow-array)



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