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

    https://github.com/apache/spark/pull/19452#discussion_r144437411
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingSymmetricHashJoinExec.scala
 ---
    @@ -355,6 +362,8 @@ case class StreamingSymmetricHashJoinExec(
           inputAttributes: Seq[Attribute],
           joinKeys: Seq[Expression],
           inputIter: Iterator[InternalRow],
    +      preJoinFilter: InternalRow => Boolean,
    +      postJoinFilter: InternalRow => Boolean,
    --- End diff --
    
    add docs. this is complicated enough now to justify docs.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to