mayankkunwar commented on code in PR #5707:
URL: https://github.com/apache/hive/pull/5707#discussion_r2027182609
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezUtils.java:
##########
@@ -182,6 +187,41 @@ public static ReduceWork createReduceWork(
return reduceWork;
}
+ /**
+ * Checks if there is a Bucket Map Join (BMJ) following a hierarchy:
+ * ReduceSinkOperator (RS) -> ReduceSinkOperator (RS) -> MapJoinOperator
(MJ).
+ * Ensures at most **two** RSOs before MJ.
Review Comment:
Thanks
--
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]