alamb commented on issue #75: URL: https://github.com/apache/parquet-testing/issues/75#issuecomment-3005659028
@rdblue mentioned today on the parquet sync that the parquet-mr code has a test suite that verifies that for a bunch of variant values, they can be round tripped (written into and read from) a parquet file using a particular shredding scheme Here is a potentially related PRs ( think this contains the tests that Ryan mentioned on the call) - https://github.com/apache/parquet-java/pull/3221 It looks like there are several example Variant values that are programmatically constructed in `parquet-avro/src/test/java/org/apache/parquet/avro/TestWriteVariant.java` It would be great to add some actual parquet files in parquet-testing with parquet files with these shredded values (to verify that other readers can read shredded parquet files). -- 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]
