wxplovecc commented on code in PR #1437:
URL: https://github.com/apache/incubator-paimon/pull/1437#discussion_r1242143668


##########
paimon-core/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -930,6 +941,16 @@ public String scanTagName() {
         return options.get(SCAN_TAG_NAME);
     }
 
+    public Pair<String, String> incrementalBetween() {
+        String str = options.get(INCREMENTAL_BETWEEN);

Review Comment:
   Check contains `,` ?



-- 
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]

Reply via email to