kylebarron commented on code in PR #7694:
URL: https://github.com/apache/arrow-rs/pull/7694#discussion_r2153084095


##########
arrow/Cargo.toml:
##########
@@ -72,7 +72,7 @@ prettyprint = ["arrow-cast/prettyprint"]
 # an optional dependency for supporting compile to wasm32-unknown-unknown
 # target without assuming an environment containing JavaScript.
 test_utils = ["dep:rand", "dep:half"]
-pyarrow = ["pyo3", "ffi"]
+pyarrow = ["ffi", "arrow-pyarrow"]

Review Comment:
   Nit to be explicit
   ```suggestion
   pyarrow = ["ffi", "dep:arrow-pyarrow"]
   ```



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