Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19568#discussion_r146720363
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala
---
@@ -615,6 +620,7 @@ case class SortMergeJoinExec(
}
s"""
+ |$joinedRow = new JoinedRow();
--- End diff --
Hi, @rdblue .
Since this is a correctness issue, can we have a test case including the
incorrect result you met?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]