eskabetxe commented on a change in pull request #17676:
URL: https://github.com/apache/flink/pull/17676#discussion_r764066983
##########
File path:
flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/JdbcDataTypeTest.java
##########
@@ -144,7 +160,13 @@
"TIMESTAMP(9) WITHOUT TIME ZONE",
"The precision of field 'f0' is out of the TIMESTAMP
precision range [1, 6] supported by PostgreSQL dialect."),
createTestItem(
- "postgresql", "TIMESTAMP_LTZ(3)", "Unsupported
type:TIMESTAMP_LTZ(3)"));
+ "postgresql", "TIMESTAMP_LTZ(3)", "Unsupported
type:TIMESTAMP_LTZ(3)"),
Review comment:
@leonardBang this is for postgresql.. I have to change de line because
this was the last line..
but nothing change
--
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]