Skip to content

Commit

Permalink
Minor: remove unused async-compression futures-io feature (apache#1…
Browse files Browse the repository at this point in the history
…3875)

* Minor: remove unused async-compression feature

* Fix cli cargo lock
  • Loading branch information
jonahgao authored and zhuqi-lucas committed Dec 23, 2024
1 parent 5f7daca commit b0185b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ async-compression = { version = "0.4.0", features = [
"gzip",
"xz",
"zstd",
"futures-io",
"tokio",
], optional = true }
async-trait = { workspace = true }
Expand Down

0 comments on commit b0185b2

Please sign in to comment.