This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from e859f30c5 Update quick-xml requirement from 0.25.0 to 0.26.0 (#2918)
add 7e5d4a1b3 Respect Page Size Limits in ArrowWriter (#2853) (#2890)
No new revisions were added by this update.
Summary of changes:
parquet/Cargo.toml | 4 +
parquet/src/arrow/arrow_writer/byte_array.rs | 17 +-
parquet/src/column/writer/encoder.rs | 1 +
parquet/src/column/writer/mod.rs | 12 +-
parquet/src/encodings/encoding/dict_encoder.rs | 3 +-
parquet/src/encodings/encoding/mod.rs | 2 +-
parquet/src/encodings/levels.rs | 9 +-
parquet/src/encodings/rle.rs | 46 ++-
parquet/tests/arrow_writer_layout.rs | 472 +++++++++++++++++++++++++
9 files changed, 514 insertions(+), 52 deletions(-)
create mode 100644 parquet/tests/arrow_writer_layout.rs