kszucs commented on code in PR #45360:
URL: https://github.com/apache/arrow/pull/45360#discussion_r2025142266
##########
cpp/src/parquet/properties.h:
##########
@@ -730,6 +791,9 @@ class PARQUET_EXPORT WriterProperties {
std::unordered_map<std::string, bool> dictionary_enabled_;
std::unordered_map<std::string, bool> statistics_enabled_;
std::unordered_map<std::string, bool> page_index_enabled_;
+
+ bool content_defined_chunking_enabled_;
+ CDCOptions content_defined_chunking_options_;
Review Comment:
The default values for the builder fields are set from the `Builder`
constructor so I am just following the convention.
--
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]