Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/19452#discussion_r144132422
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingSymmetricHashJoinExec.scala
---
@@ -355,12 +364,16 @@ case class StreamingSymmetricHashJoinExec(
inputAttributes: Seq[Attribute],
joinKeys: Seq[Expression],
inputIter: Iterator[InternalRow],
+ thisSideFilterExpr: Option[Expression],
--- End diff --
joinSideFilter (since we have joinSide)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]