bowenli86 commented on a change in pull request #11900:
URL: https://github.com/apache/flink/pull/11900#discussion_r422584107
##########
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:
I'd recommend to rename dt,dt2, and dt3 to reflect the types they
individually contain and test; otherwise, it's getting confusing
----------------------------------------------------------------
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]