You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2023/02/13 10:24:00 UTC

[jira] [Created] (FLINK-31038) Avoid accessing non-TableStore tables in HiveCatalog.listTables

Jingsong Lee created FLINK-31038:
------------------------------------

             Summary: Avoid accessing non-TableStore tables in HiveCatalog.listTables
                 Key: FLINK-31038
                 URL: https://issues.apache.org/jira/browse/FLINK-31038
             Project: Flink
          Issue Type: Bug
          Components: Table Store
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee
             Fix For: table-store-0.4.0


In HiveCatalog.listTables, in the current implementation, getTable will be called for each TableName. However, the environment here may not be able to access non-TableStore tables.
We can avoid access non-TableStore tables by judging whether it is a TableStore table in advance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)