You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ingo Bürk (Jira)" <ji...@apache.org> on 2022/01/10 14:48:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-25369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ingo Bürk resolved FLINK-25369.
-------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

Fixed in master

commit 0b0a76a460c8194b705efbfbbaced97b29a7814a
[FLINK-25369][table] Provide tables of specified catalog/database

> 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
>            Assignee: Yubin Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> 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)