This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 242f45f4f1 Minor: remove unused async-compression `futures-io` feature
(#13875)
242f45f4f1 is described below
commit 242f45f4f19c9f25f8f084e8b2c534d9f14fa2d7
Author: Jonah Gao <[email protected]>
AuthorDate: Sun Dec 22 21:48:00 2024 +0800
Minor: remove unused async-compression `futures-io` feature (#13875)
* Minor: remove unused async-compression feature
* Fix cli cargo lock
---
datafusion-cli/Cargo.lock | 1 -
datafusion/core/Cargo.toml | 1 -
2 files changed, 2 deletions(-)
diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock
index 9af27a90bc..34505bee2e 100644
--- a/datafusion-cli/Cargo.lock
+++ b/datafusion-cli/Cargo.lock
@@ -414,7 +414,6 @@ dependencies = [
"bzip2 0.4.4",
"flate2",
"futures-core",
- "futures-io",
"memchr",
"pin-project-lite",
"tokio",
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index 9bf530a9d6..dca40ab3d6 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -87,7 +87,6 @@ async-compression = { version = "0.4.0", features = [
"gzip",
"xz",
"zstd",
- "futures-io",
"tokio",
], optional = true }
async-trait = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]