[GitHub] spark pull request: [SPARK-8669] [SQL] Fix crash with BINARY (ENUM...

2015-06-29 Thread stevencanopy
Github user stevencanopy commented on the pull request: https://github.com/apache/spark/pull/7048#issuecomment-116718717 Thanks @liancheng for looking into the Parquet spec! Yes, I first encountered the bug when I was converting Avro to Parquet with parquet-mr 1.7.0. I've

[GitHub] spark pull request: SPARK-8669: Fix crash with BINARY (ENUM) field...

2015-06-26 Thread stevencanopy
GitHub user stevencanopy opened a pull request: https://github.com/apache/spark/pull/7048 SPARK-8669: Fix crash with BINARY (ENUM) fields with Parquet 1.7 Patch to fix crash with BINARY fields with ENUM original types. You can merge this pull request into a Git repository

[GitHub] spark pull request: SPARK-7103: Fix crash with SparkContext.union ...

2015-04-24 Thread stevencanopy
GitHub user stevencanopy opened a pull request: https://github.com/apache/spark/pull/5679 SPARK-7103: Fix crash with SparkContext.union when RDD has no partitioner Added a check to the SparkContext.union method to check that a partitioner is defined on all RDDs when instantiating