[GitHub] spark pull request #18049: [SPARK-20830][PYSPARK][SQL] Add posexplode and po...

2017-05-21 Thread zero323
GitHub user zero323 opened a pull request: https://github.com/apache/spark/pull/18049 [SPARK-20830][PYSPARK][SQL] Add posexplode and posexplode_outer ## What changes were proposed in this pull request? Add Python wrappers for `o.a.s.sql.functions.explode_outer` and `o.a.s.s

[GitHub] spark pull request #18049: [SPARK-20830][PYSPARK][SQL] Add posexplode and po...

2017-06-21 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/18049#discussion_r123341338 --- Diff: python/pyspark/sql/tests.py --- @@ -272,6 +276,11 @@ def test_explode(self): self.assertEqual(result[0][0], "a") self.asse

[GitHub] spark pull request #18049: [SPARK-20830][PYSPARK][SQL] Add posexplode and po...

2017-06-21 Thread zero323
Github user zero323 commented on a diff in the pull request: https://github.com/apache/spark/pull/18049#discussion_r123362792 --- Diff: python/pyspark/sql/tests.py --- @@ -272,6 +276,11 @@ def test_explode(self): self.assertEqual(result[0][0], "a") self.ass

[GitHub] spark pull request #18049: [SPARK-20830][PYSPARK][SQL] Add posexplode and po...

2017-06-21 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/18049#discussion_r123376328 --- Diff: python/pyspark/sql/tests.py --- @@ -272,6 +276,11 @@ def test_explode(self): self.assertEqual(result[0][0], "a") self.asse

[GitHub] spark pull request #18049: [SPARK-20830][PYSPARK][SQL] Add posexplode and po...

2017-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18049 --- 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 ena