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


##########
flink-connector-jdbc-sqlserver/src/test/java/org/apache/flink/connector/jdbc/sqlserver/database/dialect/SqlServerPreparedStatementTest.java:
##########
@@ -91,4 +91,11 @@ void testSelectStatement() {
                         "SELECT id, name, email, ts, field1, field_2, 
__field_3__ FROM tbl "
                                 + "WHERE id = :id AND __field_3__ = 
:__field_3__");
     }
+
+    @Test
+    void testLimitStatement() {

Review Comment:
   I think we should have a limit test for all dialects using the JdbcITCase. 



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