@@ -74,8 +74,9 @@ aws-credential-types = { workspace = true }
7474parking_lot = " 0.12.3"
7575datafusion-comet-objectstore-hdfs = { path = " ../hdfs" , optional = true , default-features = false , features = [" hdfs" ] }
7676
77- object_store_opendal = {version = " 0.54.0" , optional = true }
78- hdfs-sys = {version = " 0.3" , optional = true , features = [" hdfs_3_3" ]}
77+ object_store_opendal = { version = " 0.54.0" , optional = true }
78+ hdrs = { version = " 0.3.2" , optional = true , default-features = false }
79+ hdfs-sys = { version = " 0.3" , optional = true , features = [" hdfs_3_3" ] }
7980opendal = { version =" 0.54.0" , optional = true , features = [" services-hdfs" ] }
8081
8182[target .'cfg(target_os = "linux")' .dependencies ]
@@ -93,7 +94,7 @@ datafusion-functions-nested = { version = "49.0.2" }
9394[features ]
9495default = []
9596hdfs = [" datafusion-comet-objectstore-hdfs" ]
96- hdfs-opendal = [" opendal" , " object_store_opendal" , " hdfs-sys" ]
97+ hdfs-opendal = [" opendal" , " object_store_opendal" , " hdrs " , " hdfs-sys" ]
9798jemalloc = [" tikv-jemallocator" , " tikv-jemalloc-ctl" ]
9899
99100# exclude optional packages from cargo machete verifications
0 commit comments