deadwind4 commented on a change in pull request #16609:
URL: https://github.com/apache/flink/pull/16609#discussion_r757493126
##########
File path:
flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/dialect/PostgresDialect.java
##########
@@ -86,7 +87,11 @@ public String getLimitClause(long limit) {
@Override
public String quoteIdentifier(String identifier) {
- return identifier;
+ if (identifier.contains(".")) {
Review comment:
This test case in PostgresCatalogTestBase#getUpperTable
--
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]