[GitHub] spark pull request #15493: [SPARK-17946][PYSPARK] Python crossJoin API simil...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15493 --- 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

[GitHub] spark pull request #15493: [SPARK-17946][PYSPARK] Python crossJoin API simil...

2016-10-14 Thread srinathshankar
Github user srinathshankar commented on a diff in the pull request: https://github.com/apache/spark/pull/15493#discussion_r83518122 --- Diff: python/pyspark/sql/dataframe.py --- @@ -627,6 +627,25 @@ def alias(self, alias): return DataFrame(getattr(self._jdf,

[GitHub] spark pull request #15493: [SPARK-17946][PYSPARK] Python crossJoin API simil...

2016-10-14 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/15493#discussion_r83512694 --- Diff: python/pyspark/sql/dataframe.py --- @@ -627,6 +627,25 @@ def alias(self, alias): return DataFrame(getattr(self._jdf,

[GitHub] spark pull request #15493: [SPARK-17946][PYSPARK] Python crossJoin API simil...

2016-10-14 Thread srinathshankar
GitHub user srinathshankar opened a pull request: https://github.com/apache/spark/pull/15493 [SPARK-17946][PYSPARK] Python crossJoin API similar to Scala ## What changes were proposed in this pull request? Add a crossJoin function to the DataFrame API similar to that in