Skip to content

Commit b030b0b

Browse files
jduomatthewgapp
authored andcommitted
GH-37943: Add Java alltypes parquet file (#96)
For testing the Java dataset test TestAllTypes
1 parent 44c46c2 commit b030b0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data/parquet/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121

2222
| File | Description |
2323
| --- | --- |
24-
| 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. |
24+
| 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. |
25+
| 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. This file is used by https://github.com/apache/arrow/pull/38249 and was generated using the TestAllTypes#testAllTypesParquet() test case in the Java Dataset module. |

data/parquet/alltypes-java.parquet

7.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)