This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-testing.git
The following commit(s) were added to refs/heads/master by this push:
new ad82a73 GH-37943: Add Java alltypes parquet file (#96)
ad82a73 is described below
commit ad82a736c170e97b7c8c035ebd8a801c17eec170
Author: James Duong <[email protected]>
AuthorDate: Fri Oct 13 09:42:40 2023 -0700
GH-37943: Add Java alltypes parquet file (#96)
For testing the Java dataset test TestAllTypes
---
data/parquet/README.md | 3 ++-
data/parquet/alltypes-java.parquet | Bin 0 -> 7998 bytes
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/data/parquet/README.md b/data/parquet/README.md
index 00502d8..c5f2420 100644
--- a/data/parquet/README.md
+++ b/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. 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. |
diff --git a/data/parquet/alltypes-java.parquet
b/data/parquet/alltypes-java.parquet
new file mode 100644
index 0000000..f5bdda9
Binary files /dev/null and b/data/parquet/alltypes-java.parquet differ