Xiao Li created SPARK-11934: ------------------------------- Summary: [SQL] Adding joinType into joinWith Key: SPARK-11934 URL: https://issues.apache.org/jira/browse/SPARK-11934 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 1.6.0 Reporter: Xiao Li
Adding the joinType into the existing joinWith function call in Dataset APIs. When using joinWith function, users can specify the following join type: `inner`, `outer`, `left_outer`, `right_outer`, `leftsemi`. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org