You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ public class HoodieCleanConfig extends HoodieConfig {
173
173
.defaultValue(false)
174
174
.markAdvanced()
175
175
.sinceVersion("0.11.0")
176
-
.deprecatedAfter("1.0.0")
176
+
.deprecatedAfter("0.15.0")
177
177
.withDocumentation("Allows scheduling/executing multiple cleans by enabling this config. If users prefer to strictly ensure clean requests should be mutually exclusive, "
178
178
+ ".i.e. a 2nd clean will not be scheduled if another clean is not yet completed to avoid repeat cleaning of same files, they might want to disable this config.");
0 commit comments