pvary commented on code in PR #10484: URL: https://github.com/apache/iceberg/pull/10484#discussion_r1698437502
########## flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TriggerManager.java: ########## @@ -83,7 +96,7 @@ class TriggerManager extends KeyedProcessFunction<Boolean, TableChange, Trigger> taskNames.size() == evaluators.size(), "Provide a name and evaluator for all of the tasks"); Preconditions.checkArgument(minFireDelayMs > 0, "Minimum fire delay should be at least 1."); Preconditions.checkArgument( - lockCheckDelayMs > 0, "Minimum lock delay rate should be at least 1."); + lockCheckDelayMs > 0, "Minimum lock delay rate should be at least 1ms."); Review Comment: fixed -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org