alamb commented on code in PR #113: URL: https://github.com/apache/parquet-testing/pull/113#discussion_r3711341615
########## bad_data/README.md: ########## @@ -35,3 +35,31 @@ These are files used for reproducing various bugs that have been reported. 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 (an incorrect version of data/fixed_length_byte_array.parquet). + + +## Directory `variants` + +This subdirectory contains files with malformed variant structures. + +Robust implementations of variant decoders SHOULD reject these. + +| File | Malformed Structure | +|---------------------------------------------------------------|----------------------------------------------------------------------------| Review Comment: I think it is ok not to include reproducer of malformed data -- a link to the relevant PR (or perhaps a gist) would be enough -- 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]
