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

    https://github.com/apache/spark/pull/19452#discussion_r144435919
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingSymmetricHashJoinExec.scala
 ---
    @@ -127,12 +127,13 @@ case class StreamingSymmetricHashJoinExec(
         leftKeys: Seq[Expression],
         rightKeys: Seq[Expression],
         joinType: JoinType,
    -    condition: Option[Expression],
    +    condition: JoinConditionSplitPredicates,
         stateInfo: Option[StatefulOperatorStateInfo],
         eventTimeWatermark: Option[Long],
         stateWatermarkPredicates: JoinStateWatermarkPredicates,
         left: SparkPlan,
    -    right: SparkPlan) extends SparkPlan with BinaryExecNode with 
StateStoreWriter {
    +    right: SparkPlan) extends SparkPlan
    +  with BinaryExecNode with StateStoreWriter {
    --- End diff --
    
    nit: unnecessary line split.


---

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

Reply via email to