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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to