You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/27 09:52:00 UTC

[jira] [Work logged] (HIVE-24820) MaterializedViewCache enables adding multiple entries of the same Materialization instance

     [ https://issues.apache.org/jira/browse/HIVE-24820?focusedWorklogId=716310&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-716310 ]

ASF GitHub Bot logged work on HIVE-24820:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jan/22 09:51
            Start Date: 27/Jan/22 09:51
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on a change in pull request #2972:
URL: https://github.com/apache/hive/pull/2972#discussion_r793433268



##########
File path: ql/src/test/queries/clientpositive/materialized_view_partitioned.q
##########
@@ -60,3 +60,7 @@ ALTER MATERIALIZED VIEW partition_mv_3 REBUILD;
 ALTER MATERIALIZED VIEW partition_mv_3 REBUILD;
 
 SELECT * FROM partition_mv_3 where key = 238;
+
+DROP MATERIALIZED VIEW partition_mv_1;
+DROP MATERIALIZED VIEW partition_mv_2;
+DROP MATERIALIZED VIEW partition_mv_3;

Review comment:
       at some point you could probably add some cleanup to qtestutil for these around:
   
   https://github.com/apache/hive/blob/69aec11e711293eaf5eb8a3fbb44905bc11841c9/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java#L365




-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 716310)
    Time Spent: 1.5h  (was: 1h 20m)

> MaterializedViewCache enables adding multiple entries of the same Materialization instance
> ------------------------------------------------------------------------------------------
>
>                 Key: HIVE-24820
>                 URL: https://issues.apache.org/jira/browse/HIVE-24820
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)