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

    https://github.com/apache/spark/pull/19324#discussion_r140664499
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala
 ---
    @@ -328,10 +325,11 @@ case class BroadcastHashJoinExec(
              |  UnsafeRow $matched = $matches != null && $matches.hasNext() ?
              |    (UnsafeRow) $matches.next() : null;
              |  ${checkCondition.trim}
    --- End diff --
    
    ?


---

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

Reply via email to