[HUDI-715] Fix duplicate name in TableCommand (#1410)
This commit is contained in:
@@ -54,7 +54,7 @@ public class TableCommand implements CommandMarker {
|
|||||||
help = "Enable eventual consistency") final boolean eventuallyConsistent,
|
help = "Enable eventual consistency") final boolean eventuallyConsistent,
|
||||||
@CliOption(key = {"initialCheckIntervalMs"}, unspecifiedDefaultValue = "2000",
|
@CliOption(key = {"initialCheckIntervalMs"}, unspecifiedDefaultValue = "2000",
|
||||||
help = "Initial wait time for eventual consistency") final Integer initialConsistencyIntervalMs,
|
help = "Initial wait time for eventual consistency") final Integer initialConsistencyIntervalMs,
|
||||||
@CliOption(key = {"maxCheckIntervalMs"}, unspecifiedDefaultValue = "300000",
|
@CliOption(key = {"maxWaitIntervalMs"}, unspecifiedDefaultValue = "300000",
|
||||||
help = "Max wait time for eventual consistency") final Integer maxConsistencyIntervalMs,
|
help = "Max wait time for eventual consistency") final Integer maxConsistencyIntervalMs,
|
||||||
@CliOption(key = {"maxCheckIntervalMs"}, unspecifiedDefaultValue = "7",
|
@CliOption(key = {"maxCheckIntervalMs"}, unspecifiedDefaultValue = "7",
|
||||||
help = "Max checks for eventual consistency") final Integer maxConsistencyChecks)
|
help = "Max checks for eventual consistency") final Integer maxConsistencyChecks)
|
||||||
|
|||||||
Reference in New Issue
Block a user