jduo commented on code in PR #96: URL: https://github.com/apache/arrow-testing/pull/96#discussion_r1358498825
########## data/parquet/README.md: ########## @@ -21,4 +21,5 @@ | File | Description | | --- | --- | -| ARROW-17100.parquet | Parquet file written by PyArrow 2.0 with DataPageV2 and compressed columns. Prior to PyArrow 3.0, pages were compressed even if the is_compressed flag was 0. This was fixed in ARROW-10353, but for backwards compatibility readers may wish to support such a file. | \ No newline at end of file +| ARROW-17100.parquet | Parquet file written by PyArrow 2.0 with DataPageV2 and compressed columns. Prior to PyArrow 3.0, pages were compressed even if the is_compressed flag was 0. This was fixed in ARROW-10353, but for backwards compatibility readers may wish to support such a file. | +| alltypes-java.parquet | Parquet file written by using the Java DatasetWriter class in Arrow 14.0. Types supported do not include Map, Sparse and DenseUnion, Interval Day, Year, or MonthDayNano, and Float16 | Review Comment: Done. -- 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]
