[
https://issues.apache.org/jira/browse/HIVE-21947?focusedWorklogId=271291&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-271291
]
ASF GitHub Bot logged work on HIVE-21947:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jul/19 00:03
Start Date: 03/Jul/19 00:03
Worklog Time Spent: 10m
Work Description: miklosgergely commented on pull request #697:
HIVE-21947 Move Materialized View Update under DDL
URL: https://github.com/apache/hive/pull/697#discussion_r299730674
##########
File path:
ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out
##########
@@ -227,7 +227,9 @@ STAGE PLANS:
Table: default.cmv_mat_view
Stage: Stage-5
- Materialized View Work
+ Materialized View Update
+ name: default.cmv_mat_view
+ retrievAndInclude: true
Review comment:
Thanks, nice catch, fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 271291)
Time Spent: 0.5h (was: 20m)
> Move Materialized View Update under DDL
> ---------------------------------------
>
> Key: HIVE-21947
> URL: https://issues.apache.org/jira/browse/HIVE-21947
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Affects Versions: 3.1.1
> Reporter: Miklos Gergely
> Assignee: Miklos Gergely
> Priority: Major
> Labels: pull-request-available, refactor-ddl
> Fix For: 4.0.0
>
> Attachments: HIVE-21947.01.patch
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> MaterializedViewDesc is not part of the DDL framework, it has it's own task,
> which defines itself as DDL. They should be moved to the framework.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)