andygrove commented on code in PR #2680:
URL: https://github.com/apache/datafusion-comet/pull/2680#discussion_r2488392436
##########
native/core/Cargo.toml:
##########
@@ -76,8 +76,8 @@ datafusion-comet-objectstore-hdfs = { path = "../hdfs",
optional = true, default
reqwest = { version = "0.12", default-features = false, features =
["rustls-tls-native-roots", "http2"] }
object_store_opendal = {version = "0.54.0", optional = true}
hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
-opendal = { version ="0.54.1", optional = true, features = ["services-hdfs"] }
-uuid = "1.0"
+opendal = { version ="0.54.0", optional = true, features = ["services-hdfs"] }
Review Comment:
is there a reason for this change? Comet could still choose to use 0.54.1
since it is semver compatible
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]