Skip to content

Commit 0c280fd

Browse files
authored
MINOR: [Doc][C++][Parquet] Update doc for LargeList support (#47450)
Followup to GH-46676. Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 6f6138b commit 0c280fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/cpp/parquet.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ physical type.
476476
| STRING | BYTE_ARRAY | String / LargeString / | |
477477
| | | StringView | |
478478
+-------------------+-----------------------------+------------------------------+-----------+
479-
| LIST | Any | List | \(4) |
479+
| LIST | Any | List / LargeList | \(4) |
480480
+-------------------+-----------------------------+------------------------------+-----------+
481481
| MAP | Any | Map | \(5) |
482482
+-------------------+-----------------------------+------------------------------+-----------+
@@ -497,8 +497,7 @@ physical type.
497497

498498
* \(3) On the write side, an Arrow Date64 is also mapped to a Parquet DATE INT32.
499499

500-
* \(4) On the write side, an Arrow LargeList or FixedSizedList is also mapped to
501-
a Parquet LIST.
500+
* \(4) On the write side, an Arrow FixedSizedList is also mapped to a Parquet LIST.
502501

503502
* \(5) On the read side, a key with multiple values does not get deduplicated,
504503
in contradiction with the

0 commit comments

Comments
 (0)