This is an automated email from the ASF dual-hosted git repository.
rok pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f6127a6d18 GH-41356: [Release][Docs] Update post release documentation
task to remove the warnings banner for stable version (#41377)
add bd444106af GH-39645: [Python] Fix read_table for encrypted parquet
(#39438)
No new revisions were added by this update.
Summary of changes:
python/pyarrow/_dataset_parquet.pxd | 1 +
python/pyarrow/_dataset_parquet.pyx | 30 +++-
python/pyarrow/_dataset_parquet_encryption.pyx | 8 ++
python/pyarrow/parquet/core.py | 5 +-
python/pyarrow/tests/parquet/test_encryption.py | 180 ++++++++++++------------
python/pyarrow/tests/test_dataset_encryption.py | 12 ++
6 files changed, 142 insertions(+), 94 deletions(-)