nssalian commented on code in PR #113: URL: https://github.com/apache/parquet-testing/pull/113#discussion_r3670864166
########## 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: Would be great to add the sample code that helped generate these individual cases in the README as well. -- 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]
