This is an automated email from the ASF dual-hosted git repository.
github-bot 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 2ba2f1c460 fix: Remove parquet encryption feature from root deps
(#17700)
2ba2f1c460 is described below
commit 2ba2f1c4601027574bd793e4cd14665c915754b9
Author: Vyquos <[email protected]>
AuthorDate: Tue Sep 23 15:43:22 2025 +0000
fix: Remove parquet encryption feature from root deps (#17700)
This fix relates to issue #16650 by completing #16649 .
---
Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index e4869ea975..8dad497a35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -161,7 +161,6 @@ parquet = { version = "56.1.0", default-features = false,
features = [
"arrow",
"async",
"object_store",
- "encryption",
] }
pbjson = { version = "0.7.0" }
pbjson-types = "0.7"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]