Xuanwo commented on code in PR #11014:
URL: https://github.com/apache/arrow-rs/pull/11014#discussion_r3985736646
##########
parquet/Cargo.toml:
##########
@@ -91,6 +91,7 @@ arrow-cast = { workspace = true }
tokio = { version = "1.0", default-features = false, features = ["macros",
"rt-multi-thread", "io-util", "fs", "sync"] }
rand = { version = "0.10", default-features = false, features = ["std",
"std_rng", "thread_rng"] }
object_store = { workspace = true, features = ["azure", "fs"] }
+opendal = { version = "0.59.1", default-features = false, features =
["services-memory"] }
Review Comment:
opendal is added as dev-dependency only which can't be an optinal dep 😄
I'm open to move it to `dependencies` and set it as `optional`, but this
would expose a new feature gate on `parquet` side. I feel it didn't worth it.
--
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]