You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yubin Li (Jira)" <ji...@apache.org> on 2021/12/18 05:23:00 UTC

[jira] [Created] (FLINK-25369) CatalogManager provide wrong tables or views in given catalog database name

Yubin Li created FLINK-25369:
--------------------------------

             Summary: CatalogManager provide wrong tables or views in given catalog database name
                 Key: FLINK-25369
                 URL: https://issues.apache.org/jira/browse/FLINK-25369
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
    Affects Versions: 1.14.2
            Reporter: Yubin Li


table context like this:
{code:java}
//catalog c1, database d1
t1
//current catalog c2, current database d2
t2{code}
CatalogManager.listTables(c1, d1) should return t1, in fact return t2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)