fpompermaier commented on a change in pull request #11900:
URL: https://github.com/apache/flink/pull/11900#discussion_r421338015



##########
File path: 
flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/catalog/PostgresCatalogTestBase.java
##########
@@ -58,6 +58,7 @@
        protected static final String TABLE5 = "t5";
        protected static final String TABLE_PRIMITIVE_TYPE = "dt";
        protected static final String TABLE_ARRAY_TYPE = "dt2";
+       protected static final String TABLE_SERIAL_TYPE = "dt3";

Review comment:
       Beacause the other table was becoming too big..I think we need to split 
it a little bit..what do you think?




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


Reply via email to