You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Yu-Wen Lai (Jira)" <ji...@apache.org> on 2021/10/08 23:44:00 UTC

[jira] [Created] (IMPALA-10959) Reload MV as ACID tables

Yu-Wen Lai created IMPALA-10959:
-----------------------------------

             Summary: Reload MV as ACID tables
                 Key: IMPALA-10959
                 URL: https://issues.apache.org/jira/browse/IMPALA-10959
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
            Reporter: Yu-Wen Lai
            Assignee: Yu-Wen Lai


We observed that the event processor is broken after receiving a partition event for materialized views (MV). This is because we are treating MV as view in Impala and hive generates partition events for MV, which breaks current event processor.

In this patch, we let events of MV follow the code path of ACID tables to reload the view. In the long term, we will needĀ IMPALA-10723 to treat materialized view as a table.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org