c21 commented on a change in pull request #32476:
URL: https://github.com/apache/spark/pull/32476#discussion_r629872992



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala
##########
@@ -501,7 +538,7 @@ case class SortMergeJoinExec(
       ctx: CodegenContext,
       streamedRow: String): (Seq[ExprCode], Seq[String]) = {
     ctx.INPUT_ROW = streamedRow
-    left.output.zipWithIndex.map { case (a, i) =>
+    streamedPlan.output.zipWithIndex.map { case (a, i) =>

Review comment:
       sorry forgot to change this in 
https://github.com/apache/spark/pull/32495, fix it now here.

##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala
##########
@@ -501,7 +538,7 @@ case class SortMergeJoinExec(
       ctx: CodegenContext,
       streamedRow: String): (Seq[ExprCode], Seq[String]) = {
     ctx.INPUT_ROW = streamedRow
-    left.output.zipWithIndex.map { case (a, i) =>
+    streamedPlan.output.zipWithIndex.map { case (a, i) =>

Review comment:
       sorry forgot to change this in 
https://github.com/apache/spark/pull/32495, fix it now here. cc @maropu.




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to