Github user rdblue commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19568#discussion_r146928318
  
    --- 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 --
    
    Yeah, that's causing the test failures. This is a typo from some 
restructuring I did to get this upstream.


---

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

Reply via email to