emkornfield commented on code in PR #15244:
URL: https://github.com/apache/arrow/pull/15244#discussion_r1065113946
##########
cpp/src/parquet/properties.h:
##########
@@ -199,7 +199,8 @@ class PARQUET_EXPORT WriterProperties {
pagesize_(kDefaultDataPageSize),
version_(ParquetVersion::PARQUET_2_4),
data_page_version_(ParquetDataPageVersion::V1),
- created_by_(DEFAULT_CREATED_BY) {}
+ created_by_(DEFAULT_CREATED_BY),
+ integer_annotate_decimal_(false) {}
Review Comment:
Another reason to keep the default false, is to not change enable code paths
that weren't used before when people update there library version.
--
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]