[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19085 --- 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 #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19085#discussion_r136216872 --- Diff: core/src/main/scala/org/apache/spark/api/python/SerDeUtil.scala --- @@ -35,6 +35,16 @@ import org.apache.spark.rdd.RDD /** Utilities

[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19085#discussion_r136216859 --- Diff: python/pyspark/sql/tests.py --- @@ -2480,6 +2480,11 @@ def assertCollectSuccess(typecode, value): a = array.array(t)

[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/19085#discussion_r136092600 --- Diff: core/src/main/scala/org/apache/spark/api/python/SerDeUtil.scala --- @@ -35,6 +35,16 @@ import org.apache.spark.rdd.RDD /** Utilities

[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/19085#discussion_r136093307 --- Diff: python/pyspark/sql/tests.py --- @@ -2480,6 +2480,11 @@ def assertCollectSuccess(typecode, value): a = array.array(t)

[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19085#discussion_r136084894 --- Diff: core/src/main/scala/org/apache/spark/api/python/SerDeUtil.scala --- @@ -35,6 +35,16 @@ import org.apache.spark.rdd.RDD /**

[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19085#discussion_r136081750 --- Diff: core/src/main/scala/org/apache/spark/api/python/SerDeUtil.scala --- @@ -35,6 +35,16 @@ import org.apache.spark.rdd.RDD /**

[GitHub] spark pull request #19085: [SPARK-21534][SQL][PySpark] PickleException when ...

2017-08-30 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/19085 [SPARK-21534][SQL][PySpark] PickleException when creating dataframe from python row with empty bytearray ## What changes were proposed in this pull request? `PickleException` is thrown