kasakrisz commented on code in PR #5053:
URL: https://github.com/apache/hive/pull/5053#discussion_r1483881359
##########
ql/src/test/queries/clientpositive/materialized_view_create_rewrite_5.q:
##########
@@ -11,6 +11,8 @@ set hive.materializedview.rewriting=true;
create table cmv_basetable_n6 (a int, b varchar(256), c decimal(10,2), d int)
stored as orc TBLPROPERTIES ('transactional'='true');
insert into cmv_basetable_n6 values
+ (1, 'alfred', 10.30, 2),
+ (1, 'alfred', 10.30, 2),
Review Comment:
I added the 2nd example from the jira as a new q test but I also kept the
change of this one because we ususally face extra challenges in case of MVs
with Join.
--
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]