This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b82793  Add parquet file with rowgroup having larger than INT16_MAX 
pages (#33)
5b82793 is described below

commit 5b82793ef7196f7b3583e85669ced211cd8b5ff2
Author: mwish <[email protected]>
AuthorDate: Wed Jan 11 23:23:51 2023 +0800

    Add parquet file with rowgroup having larger than INT16_MAX pages (#33)
---
 data/README.md                     |   1 +
 data/overflow_i16_page_cnt.parquet | Bin 0 -> 720456 bytes
 2 files changed, 1 insertion(+)

diff --git a/data/README.md b/data/README.md
index b5d05a2..f3e3fac 100644
--- a/data/README.md
+++ b/data/README.md
@@ -37,6 +37,7 @@
 | datapage_v1-uncompressed-checksum.parquet      | uncompressed INT32 columns 
in v1 data pages with a matching CRC        |
 | datapage_v1-snappy-compressed-checksum.parquet | compressed INT32 columns in 
v1 data pages with a matching CRC          |
 | datapage_v1-corrupt-checksum.parquet           | uncompressed INT32 columns 
in v1 data pages with a mismatching CRC     |
+| overflow_i16_page_cnt.parquet                  | row group with more than 
INT16_MAX pages                   |
 
 TODO: Document what each file is in the table above.
 
diff --git a/data/overflow_i16_page_cnt.parquet 
b/data/overflow_i16_page_cnt.parquet
new file mode 100644
index 0000000..fe30131
Binary files /dev/null and b/data/overflow_i16_page_cnt.parquet differ

Reply via email to