Github user juliuszsompolski commented on a diff in the pull request:
https://github.com/apache/spark/pull/19324#discussion_r141039264
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala
---
@@ -186,8 +186,7 @@ case class BroadcastHashJoinExec(
*/
private def getJoinCondition(
ctx: CodegenContext,
- input: Seq[ExprCode],
- anti: Boolean = false): (String, String, Seq[ExprCode]) = {
--- End diff --
We used to in
https://github.com/apache/spark/pull/19324/files#diff-4455c05ddcdb096c36d9e0bd326dfe12L389,
we don't anymore.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]