wgtmac commented on code in PR #50160:
URL: https://github.com/apache/arrow/pull/50160#discussion_r3412200283
##########
cpp/src/parquet/properties.h:
##########
@@ -1374,7 +1374,11 @@ class PARQUET_EXPORT ArrowWriterProperties {
/// \brief EXPERIMENTAL: Write binary serialized Arrow schema to the file,
/// to enable certain read options (like "read_dictionary") to be set
- /// automatically
+ /// automatically.
Review Comment:
What about just modifying the original text to:
```
/// \brief EXPERIMENTAL: Write binary serialized Arrow schema to the
file,
/// to enable certain read options (like "read_dictionary") to be set
/// automatically or read back non-default Arrow types like ListView,
/// LargeListView, LargeList, and Arrow extension types.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]