Skip to content

Commit 91da20f

Browse files
committed
address review
1 parent 5c4203f commit 91da20f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/cpp/parquet.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ physical type.
500500

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

503-
* \(4) On the write side, an Arrow FixedSizedList is also mapped to a Parquet LIST.
503+
* \(4) On the write side, an Arrow FixedSizeList, ListView or LargeListView is
504+
also mapped to a Parquet LIST.
504505

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

0 commit comments

Comments
 (0)