Skip to content

Commit 7863a3a

Browse files
committed
address review
1 parent d14c8be commit 7863a3a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

cpp/src/parquet/properties.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,11 +1374,8 @@ class PARQUET_EXPORT ArrowWriterProperties {
13741374

13751375
/// \brief EXPERIMENTAL: Write binary serialized Arrow schema to the file,
13761376
/// to enable certain read options (like "read_dictionary") to be set
1377-
/// automatically.
1378-
///
1379-
/// This is required to read back Arrow types that are stored using a
1380-
/// different Parquet physical representation, such as ListView and
1381-
/// LargeListView, which are stored as regular Parquet LIST columns.
1377+
/// automatically or read back non-default Arrow types like ListView,
1378+
/// LargeListView, LargeList, and Arrow extension types.
13821379
Builder* store_schema() {
13831380
store_schema_ = true;
13841381
return this;

0 commit comments

Comments
 (0)