danny0405 commented on code in PR #17996:
URL: https://github.com/apache/hudi/pull/17996#discussion_r2726351930
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieArchivalConfig.java:
##########
@@ -107,6 +107,13 @@ public class HoodieArchivalConfig extends HoodieConfig {
.defaultValue(1000L * 1024 * 1024)
.markAdvanced()
.withDocumentation("Max size (in bytes) for each archived timeline
file.");
+
+ public static final ConfigProperty<Integer>
TIMELINE_MANIFEST_VERSION_RETAINED = ConfigProperty
+ .key("hoodie.timeline.manifest.version.retained")
Review Comment:
hoodie.timeline.manifest.retained.versions
--
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]