This is an automated email from the ASF dual-hosted git repository.
kou 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 6f95d9dfdd ARROW-13388: [C++][Parquet] Fix documentation to reflect
the reading support for DELTA_LENGTH_BYTE_ARRAY (#13530)
6f95d9dfdd is described below
commit 6f95d9dfdd523dc5fa30505c68bf5f1b547e0e30
Author: Muthunagappan Muthuraman <[email protected]>
AuthorDate: Wed Jul 6 16:33:20 2022 -0700
ARROW-13388: [C++][Parquet] Fix documentation to reflect the reading
support for DELTA_LENGTH_BYTE_ARRAY (#13530)
Authored-by: Muthunagappan Muthuraman <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/cpp/parquet.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/cpp/parquet.rst b/docs/source/cpp/parquet.rst
index 70143bcf19..6f94660b78 100644
--- a/docs/source/cpp/parquet.rst
+++ b/docs/source/cpp/parquet.rst
@@ -99,14 +99,14 @@ Encodings
+--------------------------+----------+----------+---------+
| DELTA_BYTE_ARRAY | ✓ | | |
+--------------------------+----------+----------+---------+
+| DELTA_LENGTH_BYTE_ARRAY | ✓ | | |
++--------------------------+----------+----------+---------+
* \(1) Only supported for encoding definition and repetition levels, not
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`.
-*Unsupported encoding:* DELTA_LENGTH_BYTE_ARRAY.
-
Types
-----