Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19969#discussion_r156814636
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala
---
@@ -192,7 +192,7 @@ case class BroadcastHashJoinExec(
| $value = ${ev.value};
|}
""".stripMargin
- ExprCode(code, isNull, value)
+ ExprCode(code, isNull, value, inputRow = matched)
--- End diff --
Except for L195, `BroadcastHashJoinExec` is safe.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]