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 a11fc8f PARQUET-2187: Add RLE encoding with boolean columns parquet
file (#26)
a11fc8f is described below
commit a11fc8f148f8a7a89d9281cc0da3eb9d56095fbf
Author: Nishanth Thimmegowda <[email protected]>
AuthorDate: Wed Sep 14 05:38:26 2022 -0700
PARQUET-2187: Add RLE encoding with boolean columns parquet file (#26)
---
data/README.md | 1 +
data/rle_boolean_encoding.parquet | Bin 0 -> 168 bytes
2 files changed, 1 insertion(+)
diff --git a/data/README.md b/data/README.md
index 970c37b..34d60ec 100644
--- a/data/README.md
+++ b/data/README.md
@@ -31,6 +31,7 @@
| null_list.parquet | an empty list. Generated from this
json `{"emptylist":[]}` and for the purposes of testing correct read/write
behaviour of this base case. |
| alltypes_tiny_pages.parquet | small page sizes with dictionary
encoding with page index from
[impala](https://github.com/apache/impala/tree/master/testdata/data/alltypes_tiny_pages.parquet).
|
| alltypes_tiny_pages_plain.parquet | small page sizes with plain
encoding with page index
[impala](https://github.com/apache/impala/tree/master/testdata/data/alltypes_tiny_pages.parquet).
|
+| rle_boolean_encoding.parquet | option boolean columns with RLE
encoding
|
TODO: Document what each file is in the table above.
diff --git a/data/rle_boolean_encoding.parquet
b/data/rle_boolean_encoding.parquet
new file mode 100644
index 0000000..9b90e01
Binary files /dev/null and b/data/rle_boolean_encoding.parquet differ