[ https://issues.apache.org/jira/browse/FLINK-25369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469002#comment-17469002 ]
Yubin Li edited comment on FLINK-25369 at 1/5/22, 12:33 PM: ------------------------------------------------------------ Hi, [~jark] , [~lzljs3620320] , [~yunta] , Looking forward to hearing your opinions :D was (Author: liyubin117): Hi, [~jark] [~lzljs3620320] [~yunta] , Looking forward to hearing your opinions :D > CatalogManager provide wrong tables or views in given catalog database > ---------------------------------------------------------------------- > > 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 > Priority: Major > Labels: pull-request-available > > table list 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 > the result combine the tables in current database and the temporay tables in > given database, it's probably meaningless and uncorrect -- This message was sent by Atlassian Jira (v8.20.1#820001)