adamreeve commented on code in PR #48170:
URL: https://github.com/apache/arrow/pull/48170#discussion_r2554518562
##########
cpp/src/parquet/properties.h:
##########
@@ -322,7 +322,49 @@ class PARQUET_EXPORT WriterProperties {
content_defined_chunking_enabled_(
properties.content_defined_chunking_enabled()),
content_defined_chunking_options_(
- properties.content_defined_chunking_options()) {}
+ properties.content_defined_chunking_options()) {
+ for (const auto& [col_path, col_props] : properties.column_properties_) {
Review Comment:
Good point thanks, I've done that now
--
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]