TsReaper commented on a change in pull request #9029: [FLINK-13118][jdbc] 
Introduce JDBC table factory and bridge JDBC table source with streaming table 
source
URL: https://github.com/apache/flink/pull/9029#discussion_r302492726
 
 

 ##########
 File path: 
flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/JDBCTestBase.java
 ##########
 @@ -95,7 +99,7 @@ public static String getCreateQuery(String tableName) {
                sqlQueryBuilder.append("id INT NOT NULL DEFAULT 0,");
                sqlQueryBuilder.append("title VARCHAR(50) DEFAULT NULL,");
                sqlQueryBuilder.append("author VARCHAR(50) DEFAULT NULL,");
-               sqlQueryBuilder.append("price FLOAT DEFAULT NULL,");
+               sqlQueryBuilder.append("price DOUBLE DEFAULT NULL,");
 
 Review comment:
   The type is `Double` in `TestEntry`. But as double and float are the same in 
derby, maybe I should change it back.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to