This is an automated email from the ASF dual-hosted git repository.
emkornfield pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from d005075 ARROW-12012: [Java][JDBC] Fix BinaryConsumer reallocation
add 8e43f23 ARROW-11497: [Python] Provide parquet enable compliant nested
type flag for python binding
No new revisions were added by this update.
Summary of changes:
python/pyarrow/_dataset.pyx | 4 +
python/pyarrow/_parquet.pxd | 5 +-
python/pyarrow/_parquet.pyx | 17 +++-
python/pyarrow/parquet.py | 29 ++++++
.../tests/parquet/test_compliant_nested_type.py | 113 +++++++++++++++++++++
5 files changed, 164 insertions(+), 4 deletions(-)
create mode 100644 python/pyarrow/tests/parquet/test_compliant_nested_type.py