This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 8fcab2f0e5 GH-48402: [Python] Enable the relative path in
test_write_dataset (#48403)
add 052e0aac19 GH-41246: [C++][Python] Simplify nested field encryption
configuration (#45462)
No new revisions were added by this update.
Summary of changes:
cpp/examples/arrow/parquet_column_encryption.cc | 83 ++----
.../arrow/dataset/file_parquet_encryption_test.cc | 315 +++++++++++++++++----
cpp/src/parquet/encryption/encryption.cc | 19 +-
cpp/src/parquet/encryption/properties_test.cc | 78 +++++
cpp/src/parquet/encryption/test_encryption_util.h | 1 +
cpp/src/parquet/file_writer.cc | 23 +-
docs/source/cpp/parquet.rst | 23 +-
docs/source/python/parquet.rst | 42 ++-
python/pyarrow/tests/parquet/encryption.py | 2 +
python/pyarrow/tests/test_dataset_encryption.py | 287 ++++++++++++++++---
10 files changed, 666 insertions(+), 207 deletions(-)