danny0405 commented on code in PR #9904:
URL: https://github.com/apache/hudi/pull/9904#discussion_r1379478910


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/OptionsResolver.java:
##########
@@ -272,6 +272,13 @@ public static boolean 
hasNoSpecificReadCommits(Configuration conf) {
     return !conf.contains(FlinkOptions.READ_START_COMMIT) && 
!conf.contains(FlinkOptions.READ_END_COMMIT);
   }
 
+  /**
+   * Returns whether the read commits limit is specified.
+   */
+  public static boolean isSpecificReadCommitsLimit(Configuration conf) {
+    return conf.contains(FlinkOptions.READ_COMMITS_LIMIT);

Review Comment:
   `isSpecificReadCommitsLimit` -> `hasReadCommitsLimit`



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to