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/arrow-rs.git
from bf3520d9ee fix: return error instead of panic on schema mismatch in
BatchCoalescer::push_batch (#9390)
add 42245024e8 Add regression tests for Parquet large binary offset
overflow (#9361)
No new revisions were added by this update.
Summary of changes:
.../tests/arrow_reader/large_string_overflow.rs | 134 +++++++++++++++++++++
parquet/tests/arrow_reader/mod.rs | 1 +
2 files changed, 135 insertions(+)
create mode 100644 parquet/tests/arrow_reader/large_string_overflow.rs