deniskuzZ commented on code in PR #4043:
URL: https://github.com/apache/hive/pull/4043#discussion_r1400801699


##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java:
##########
@@ -782,7 +773,7 @@ private boolean 
generateSemiJoinOperatorPlan(DynamicListContext ctx, ParseContex
             groupByMemoryUsage, memoryThreshold, minReductionHashAggr, 
minReductionHashAggrLowerBound,
             null, false, 0, false);
     GroupByOperator groupByOpFinal = 
(GroupByOperator)OperatorFactory.getAndMakeChild(
-            groupByDescFinal, new RowSchema(rsOp.getSchema()), rsOp);
+            groupByDescFinal, new RowSchema(groupByOp.getSchema()), rsOp);

Review Comment:
   please revert



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