[
https://issues.apache.org/jira/browse/FLINK-31038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-31038:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
> 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)