davidradl commented on code in PR #160:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/160#discussion_r2077301362


##########
flink-connector-jdbc-core/src/main/java/org/apache/flink/connector/jdbc/core/database/dialect/AbstractDialect.java:
##########
@@ -265,4 +265,14 @@ private Range(int min, int max) {
             this.max = max;
         }
     }
+
+    /**
+     * The default way of append by origin sql end.

Review Comment:
   I do not understand this sentence.



-- 
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...@flink.apache.org

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

Reply via email to