[
https://issues.apache.org/jira/browse/FLINK-18640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161049#comment-17161049
]
Leonard Xu commented on FLINK-18640:
------------------------------------
{quote}So the most correct way is spiliting the table name by '.' and then
quoting them.
{quote}
Have you considered if user used a PG table named
`dbName`.`schemaName`.`tableName` or `dbName`.`tableName`? These should also
work, but looks like splitting with '.' can not resolve these cases well.
About contributing to Flink, you can look up [1] for more details. Welcome to
open your PR once you have a reasonable plan.
[1]
[https://cwiki.apache.org/confluence/display/FLINK/Apache+Flink+development+guidelines]
> Flink jdbc not support postgresql with schema
> ---------------------------------------------
>
> Key: FLINK-18640
> URL: https://issues.apache.org/jira/browse/FLINK-18640
> Project: Flink
> Issue Type: Bug
> Components: Connectors / JDBC
> Affects Versions: 1.9.1, 1.10.1
> Reporter: 毛宗良
> Priority: Major
>
> Flink jdbc throw exceptions when read a postgresql table with scheam, like
> "ods.t_test". BY debugging the source code, I found a bug about dealing the
> table name.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)