kszucs commented on code in PR #45360:
URL: https://github.com/apache/arrow/pull/45360#discussion_r2013955336
##########
cpp/src/parquet/properties.h:
##########
@@ -245,6 +245,14 @@ class PARQUET_EXPORT ColumnProperties {
bool page_index_enabled_;
};
+struct CDCOptions {
Review Comment:
We have various validations in the `ContentDefinedChunker` implementation. I
can move the validation to the properties later once I manage to generalize the
chunking options a little bit more.
--
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]