Srinath created SPARK-18013: ------------------------------- Summary: R cross join API similar to python and Scala Key: SPARK-18013 URL: https://issues.apache.org/jira/browse/SPARK-18013 Project: Spark Issue Type: Bug Reporter: Srinath
https://github.com/apache/spark/pull/14866 and https://github.com/apache/spark/pull/15493 added an explicit cross join to the dataset api in scala and python, requiring crossJoin to be used when there is no join condition. (JIRA: https://issues.apache.org/jira/browse/SPARK-17298) Add an explicit crossJoin to R as well so the API behavior is similar to Scala and python. -- 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