This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 04b006c060 perf: Optimize hash joins with an empty build side (#16716)
add 6965fd3288 feat: Add a configuration to make parquet encryption
optional (#16649)
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 2 +
Cargo.lock | 2 +
Cargo.toml | 1 +
README.md | 2 +
datafusion/common/Cargo.toml | 8 ++-
datafusion/common/src/config.rs | 18 +++--
datafusion/common/src/encryption.rs | 76 ++++++++++++++++++++++
.../common/src/file_options/parquet_writer.rs | 21 +++---
datafusion/common/src/lib.rs | 1 +
datafusion/core/Cargo.toml | 9 +++
datafusion/core/src/dataframe/parquet.rs | 1 +
datafusion/core/src/test/mod.rs | 1 +
datafusion/core/tests/parquet/encryption.rs | 1 +
datafusion/datasource-parquet/Cargo.toml | 8 +++
datafusion/datasource-parquet/src/file_format.rs | 39 +++++------
datafusion/datasource-parquet/src/opener.rs | 4 +-
datafusion/datasource-parquet/src/source.rs | 12 ++--
17 files changed, 155 insertions(+), 51 deletions(-)
create mode 100644 datafusion/common/src/encryption.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]