[GitHub] spark pull request #20114: [SPARK-22530][PYTHON][SQL] Adding Arrow support f...

2018-01-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20114 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20114: [SPARK-22530][PYTHON][SQL] Adding Arrow support f...

2017-12-30 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/20114#discussion_r159134256 --- Diff: python/pyspark/sql/tests.py --- @@ -3357,6 +3357,27 @@ def test_schema_conversion_roundtrip(self): schema_rt =

[GitHub] spark pull request #20114: [SPARK-22530][PYTHON][SQL] Adding Arrow support f...

2017-12-30 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/20114#discussion_r159134160 --- Diff: python/pyspark/sql/tests.py --- @@ -3357,6 +3357,27 @@ def test_schema_conversion_roundtrip(self): schema_rt =

[GitHub] spark pull request #20114: [SPARK-22530][PYTHON][SQL] Adding Arrow support f...

2017-12-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20114#discussion_r159125988 --- Diff: python/pyspark/sql/tests.py --- @@ -3357,6 +3357,27 @@ def test_schema_conversion_roundtrip(self): schema_rt =

[GitHub] spark pull request #20114: [SPARK-22530][PYTHON][SQL] Adding Arrow support f...

2017-12-28 Thread BryanCutler
GitHub user BryanCutler opened a pull request: https://github.com/apache/spark/pull/20114 [SPARK-22530][PYTHON][SQL] Adding Arrow support for ArrayType ## What changes were proposed in this pull request? This change adds `ArrayType` support for working with Arrow in pyspark