tomatotomata opened a new pull request, #10500: URL: https://github.com/apache/arrow-rs/pull/10500
## What - add a small test-only builder for parquet `ArrayReader` fixtures - name definition, repetition, max-level, and padding inputs at each call site - keep the reader behavior and production code unchanged ## Why The existing tests pass several level vectors directly into `make_int32_page_reader`, which makes the fixtures harder to review. The builder keeps the same values while making each input's role visible. ## Validation - `cargo fmt --all -- --check` - `cargo test -p parquet --lib test_struct_array_reader` Fixes #9921 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
