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)