You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Arman Yazdani (JIRA)" <ji...@apache.org> on 2018/10/30 08:57:00 UTC

[jira] [Created] (SPARK-25882) Add a function to join two datasets using one column with join type parameter

Arman Yazdani created SPARK-25882:
-------------------------------------

             Summary: Add a function to join two datasets using one column with join type parameter
                 Key: SPARK-25882
                 URL: https://issues.apache.org/jira/browse/SPARK-25882
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.3.2
            Reporter: Arman Yazdani


There are functions to join two datasets, but there isn't any function to join two datasets using one column and get the join type as a parameter.

This function exists:
{code:java}
join(right: Dataset[_], usingColumn: String)
{code}
But this function doesn't exists:
{code:java}
join(right: Dataset[_], usingColumn: String, joinType: String)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org