wuchong commented on a change in pull request #11663: [FLINK-16820][jdbc]
support reading timestamp, data, and time in JDBCTableSource
URL: https://github.com/apache/flink/pull/11663#discussion_r405948279
##########
File path:
flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/catalog/PostgresCatalogTestBase.java
##########
@@ -81,14 +82,16 @@ public static void init() throws SQLException {
createTable(PostgresTablePath.fromFlinkTableName(TABLE4),
getSimpleTable().pgSchemaSql);
createTable(PostgresTablePath.fromFlinkTableName(TABLE5),
getSimpleTable().pgSchemaSql);
- executeSQL(DEFAULT_DATABASE, String.format("insert into
public.%s values (1);", TABLE1));
-
- // table: testdb.public.t2
- // table: testdb.test_schema.t3
- // table: testdb.public.datatypes
+ // table: test.public.t2
+ // table: test.test_schema.t3
+ // table: postgres.public.dt
+ // table: postgres.public.dt2
Review comment:
do we have created this table `postgres.public.dt2`?
----------------------------------------------------------------
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