emkornfield commented on code in PR #15244: URL: https://github.com/apache/arrow/pull/15244#discussion_r1070052601
########## 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: I agree this is a hard problem, and don't have any guidance. The one thing I would say is that if Arrow is intended to be developer facing, then IMO developers looking to upgrade versions we should be following the "least surprise" principle as much as possible. Other opinions are valid here. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org