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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]