Github user liancheng commented on the pull request:

    https://github.com/apache/spark/pull/11632#issuecomment-194914637
  
    The major problem I see is that now any two DataFrames must be aliased 
first before being joined. This breaks existing user code. However, this PR 
does solve a more common and subtle problem that is hard to debug, especially 
when the join condition is not as trivial as `df("i") === df2("i")`. Our 
existing strategy only issues intuitive exception message against trivial 
comparisons.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to