[GitHub] spark pull request #21086: [SPARK-24002] [SQL] Task not serializable caused ...

2018-05-16 Thread ghoto
Github user ghoto commented on a diff in the pull request: https://github.com/apache/spark/pull/21086#discussion_r188701408 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala --- @@ -351,12 +338,26 @@ class

[GitHub] spark pull request #21086: [SPARK-24002] [SQL] Task not serializable caused ...

2018-05-15 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21086#discussion_r188504187 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala --- @@ -351,12 +338,26 @@ class

[GitHub] spark pull request #21086: [SPARK-24002] [SQL] Task not serializable caused ...

2018-05-15 Thread ghoto
Github user ghoto commented on a diff in the pull request: https://github.com/apache/spark/pull/21086#discussion_r188473831 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala --- @@ -351,12 +338,26 @@ class

[GitHub] spark pull request #21086: [SPARK-24002] [SQL] Task not serializable caused ...

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

[GitHub] spark pull request #21086: [SPARK-24002] [SQL] Task not serializable caused ...

2018-04-17 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/21086 [SPARK-24002] [SQL] Task not serializable caused by org.apache.parquet.io.api.Binary$ByteBufferBackedBinary.getBytes ## What changes were proposed in this pull request? ```