This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 7ebd2f7113 MINOR: [Parquet][Docs] Update note on parquet RLE support
(#14517)
7ebd2f7113 is described below
commit 7ebd2f7113f854bd6f1b4986b52655ecd506358b
Author: Miles Granger <[email protected]>
AuthorDate: Thu Oct 27 18:24:33 2022 +0200
MINOR: [Parquet][Docs] Update note on parquet RLE support (#14517)
Boolean values supported now, ref
[ARROW-17450](https://issues.apache.org/jira/browse/ARROW-17450) and
[ARROW-18031](https://issues.apache.org/jira/browse/ARROW-18031)
Lead-authored-by: Miles Granger <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
docs/source/cpp/parquet.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/cpp/parquet.rst b/docs/source/cpp/parquet.rst
index 6f94660b78..7649e45357 100644
--- a/docs/source/cpp/parquet.rst
+++ b/docs/source/cpp/parquet.rst
@@ -102,7 +102,8 @@ Encodings
| DELTA_LENGTH_BYTE_ARRAY | ✓ | | |
+--------------------------+----------+----------+---------+
-* \(1) Only supported for encoding definition and repetition levels, not
values.
+* \(1) Only supported for encoding definition and repetition levels,
+ and boolean values.
* \(2) On the write path, RLE_DICTIONARY is only enabled if Parquet format
version
2.4 or greater is selected in :func:`WriterProperties::version`.