You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/07 08:41:54 UTC

[GitHub] [flink] fpompermaier commented on a change in pull request #11900: [FLINK-17284][jdbc][postgres] Support serial fields

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:
users@infra.apache.org