[
https://issues.apache.org/jira/browse/IMPALA-10959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430874#comment-17430874
]
ASF subversion and git services commented on IMPALA-10959:
----------------------------------------------------------
Commit dc8f375986321f2d7c1ed750e5c02c2e6f8cb4e8 in impala's branch
refs/heads/master from Yu-Wen Lai
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=dc8f375 ]
IMPALA-10959: Reload MV as ACID tables
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 but Hive generates partition events for MV,
which breaks current event processor.
In this patch, we let partition 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.
Tests:
- manually testing
Change-Id: Ibeab8cc53ad47d24df8baba81e1ec6ea4c80a084
Reviewed-on: http://gerrit.cloudera.org:8080/17911
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Vihang Karajgaonkar <[email protected]>
> 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
> Priority: Major
>
> 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]