comphead commented on code in PR #1377:
URL: https://github.com/apache/datafusion-comet/pull/1377#discussion_r1951171393
##########
native/core/Cargo.toml:
##########
@@ -78,6 +78,7 @@ object_store = { workspace = true }
url = { workspace = true }
chrono = { workspace = true }
parking_lot = "0.12.3"
+datafusion-objectstore-hdfs = { path = "../hdfs", optional = true}
Review Comment:
I dont have a strong opinion here, if we feel the `hdfs` crate should be
inside of a `core` we can do it for sure.
--
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]