ngsg commented on code in PR #4406:
URL: https://github.com/apache/hive/pull/4406#discussion_r1283058681


##########
ql/src/java/org/apache/hadoop/hive/ql/parse/GenTezWork.java:
##########
@@ -513,4 +513,22 @@ private void connectUnionWorkWithWork(UnionWork unionWork, 
BaseWork work, TezWor
     unionWork.addUnionOperators(context.currentUnionOperators);
     context.workWithUnionOperators.add(work);
   }
+
+  /**
+   * If the given reduceWork is the merged work of a MergeJoinWork, return the 
name of that MergeJoinWork.
+   * Otherwise, return the name of the given reduceWork.
+   */
+  private String getActualOutputWorkName(GenTezProcContext context, ReduceWork 
reduceWork) {

Review Comment:
   Sure, I updated the code.



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

Reply via email to