You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2020/04/17 09:04:00 UTC

[jira] [Created] (IMPALA-9669) loaded views are still returned as tables for GET_TABLES in LocalCatalog mode

Quanlong Huang created IMPALA-9669:
--------------------------------------

             Summary: loaded views are still returned as tables for GET_TABLES in LocalCatalog mode
                 Key: IMPALA-9669
                 URL: https://issues.apache.org/jira/browse/IMPALA-9669
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang


It's expected that unloaded views are returned as tables in legacy catalog mode, because they are represented as IncompleteTables which have no difference with normal tables. When the view is loaded (i.e. used once), Impala should be able to get its type and return it correctly for GET_TABLES request.

However, in LocalCatalog mode, the types for loaded views are always TABLE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)