Skip to content

Commit 4605089

Browse files
committed
WIP: Add support for remote Parquet writer with openDAL
1 parent 7b415cd commit 4605089

File tree

3 files changed

+319
-121
lines changed

3 files changed

+319
-121
lines changed

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ datafusion-functions-nested = { version = "51.0.0" }
9999

100100
[features]
101101
backtrace = ["datafusion/backtrace"]
102-
default = []
102+
default = ["hdfs-opendal"]
103103
hdfs = ["datafusion-comet-objectstore-hdfs"]
104104
hdfs-opendal = ["opendal", "object_store_opendal", "hdfs-sys"]
105105
jemalloc = ["tikv-jemallocator", "tikv-jemalloc-ctl"]

0 commit comments

Comments
 (0)