yihua commented on code in PR #6542:
URL: https://github.com/apache/hudi/pull/6542#discussion_r959179852
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieArchivalConfig.java:
##########
@@ -69,7 +69,7 @@ public class HoodieArchivalConfig extends HoodieConfig {
.key("hoodie.keep.min.commits")
.defaultValue("20")
.withDocumentation("Similar to " + MAX_COMMITS_TO_KEEP.key() + ", but
controls the minimum number of"
- + "instants to retain in the active timeline.");
+ + " instants to retain in the active timeline.");
Review Comment:
@nsivabalan This generated `ofinstants` before.
--
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]