zabetak commented on a change in pull request #1325:
URL: https://github.com/apache/hive/pull/1325#discussion_r466404775
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java
##########
@@ -2054,7 +2067,8 @@ private void markSemiJoinForDPP(OptimizeTezProcContext
procCtx)
// Lookup nDVs on TS side.
RuntimeValuesInfo rti = procCtx.parseContext
.getRsToRuntimeValuesInfoMap().get(rs);
- ExprNodeDesc tsExpr = rti.getTsColExpr();
+ // TODO Adapt for multi column semi-joins.
Review comment:
I meant to handle this as part of HIVE-23934. I added the reference to
the comment.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]