eskabetxe commented on a change in pull request #17676:
URL: https://github.com/apache/flink/pull/17676#discussion_r743560497



##########
File path: 
flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/JdbcTestFixture.java
##########
@@ -149,7 +149,7 @@ private static String getCreateQuery(String tableName) {
         return "CREATE TABLE "
                 + tableName
                 + " ("
-                + "id INT NOT NULL DEFAULT 0,"
+                + "id INT DEFAULT 0 NOT NULL,"

Review comment:
       I have to changes this, to work in oracle.. 
   otherwise this error is throw: "ORA-00907: missing right parenthesis" 




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