Github user shiv4nsh commented on the issue:

    https://github.com/apache/spark/pull/15944
  
    @srowen : This would help us write a much cleaner code , making sequence 
each and everytime makes our life difficult a little bit. This would allow us 
to write code in a more cleaner way. For example if we need to do left join on 
two tables using one field then we do not need to put it inside a sequence and 
then pass , now we can just pass directly.
    Like this : `df1.join(df2,"commonFeild","left").show`


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to