File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments