kszucs commented on code in PR #45360: URL: https://github.com/apache/arrow/pull/45360#discussion_r2025275904
########## cpp/src/parquet/column_writer.cc: ########## @@ -892,6 +897,8 @@ class ColumnWriterImpl { std::vector<std::unique_ptr<DataPage>> data_pages_; + internal::ContentDefinedChunker content_defined_chunker_; Review Comment: I was thinking of using optional, updating. -- 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