wuchong commented on a change in pull request #9236: [FLINK-13283][jdbc] Fix 
JDBC connectors with DataTypes.DATE/TIME/TIMESTAMP support
URL: https://github.com/apache/flink/pull/9236#discussion_r308046419
 
 

 ##########
 File path: 
flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/JDBCInputFormatTest.java
 ##########
 @@ -314,10 +315,40 @@ public void 
testJDBCInputFormatWithParallelismAndGenericSplitting() throws IOExc
                jdbcInputFormat.closeInputFormat();
        }
 
+       @Test
+       public void testJDBCInputFormatWithParallelismAndTimestampSplitting() 
throws IOException {
+               Serializable[][] queryParameters = new LocalDateTime[2][2];
 
 Review comment:
   `Serializable` -> `LocalDateTime` ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to