alamb opened a new pull request, #10258: URL: https://github.com/apache/arrow-rs/pull/10258
Stacked on #9848. This draft targets main intentionally, so it includes the base PR changes plus the added coverage tests. Changes: - Adds an ArrowWriter round-trip test for List<Utf8View> with an item null, a null parent list, and a long string to exercise selective padding end to end. - Adds a short definition-level bitmap test that covers the unfiltered full-word append path. Validation: - cargo +stable test -p parquet arrow::arrow_writer::tests::list_utf8_view_selective_padding_roundtrip - cargo +stable test -p parquet arrow::record_reader::definition_levels::tests::test_build_validity_bitmap_unfiltered_word_chunk - cargo +stable llvm-cov --html test -p parquet -p arrow-buffer -- 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]
