Github user eatoncys commented on the issue:

    https://github.com/apache/spark/pull/21823
  
    @cloud-fan 
          case j @ Join(left, right, _, _) if !j.duplicateResolved =>
            j.copy(right = dedupRight(left, right))
    dedupRight generate a new logical plan for the right child, which get the 
'key' from the original table 'src', but left not.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to