wgtmac commented on code in PR #111: URL: https://github.com/apache/parquet-testing/pull/111#discussion_r3272929023
########## bad_data/README.md: ########## @@ -33,3 +33,5 @@ These are files used for reproducing various bugs that have been reported. * ARROW-GH-43605.parquet: dictionary index page uses rle encoding but 0 as rle bit-width. * ARROW-GH-45185.parquet: test case of https://github.com/apache/arrow/issues/45185 where repetition levels start with a 1 instead of 0. +* ARROW-GH-47662.parquet: test case identified in https://github.com/apache/arrow/issues/47662 + where a required column contains null values. Incorrect version of data/fixed_length_byte_array.parquet. Review Comment: ```suggestion where a required column contains null values (an incorrect version of data/fixed_length_byte_array.parquet). ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
