spark git commit: [SPARK-18702][SQL] input_file_block_start and input_file_block_length

2016-12-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master b019b3a8a -> e9730b707 [SPARK-18702][SQL] input_file_block_start and input_file_block_length ## What changes were proposed in this pull request? We currently have function input_file_name to get the path of the input file, but don't have

spark git commit: [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a package without Spark

2016-12-04 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.1 41d698ece -> c13c2939f [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a package without Spark ## What changes were proposed in this pull request? If SparkR is running as a package and it has previously

spark git commit: [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a package without Spark

2016-12-04 Thread shivaram
Repository: spark Updated Branches: refs/heads/master d9eb4c721 -> b019b3a8a [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a package without Spark ## What changes were proposed in this pull request? If SparkR is running as a package and it has previously downloaded

spark git commit: [SPARK-18661][SQL] Creating a partitioned datasource table should not scan all files for table

2016-12-04 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 8145c82bc -> 41d698ece [SPARK-18661][SQL] Creating a partitioned datasource table should not scan all files for table ## What changes were proposed in this pull request? Even though in 2.1 creating a partitioned datasource table will

spark git commit: [SPARK-18661][SQL] Creating a partitioned datasource table should not scan all files for table

2016-12-04 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e463678b1 -> d9eb4c721 [SPARK-18661][SQL] Creating a partitioned datasource table should not scan all files for table ## What changes were proposed in this pull request? Even though in 2.1 creating a partitioned datasource table will not

spark git commit: [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjection code to exceed JVM code size limit

2016-12-04 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 1f573855f -> dc61ed406 [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjection code to exceed JVM code size limit ## What changes were proposed in this pull request? Fix for SPARK-18091 which is a bug related

spark git commit: [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjection code to exceed JVM code size limit

2016-12-04 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 28f698b48 -> 8145c82bc [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjection code to exceed JVM code size limit ## What changes were proposed in this pull request? Fix for SPARK-18091 which is a bug related

spark git commit: [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjection code to exceed JVM code size limit

2016-12-04 Thread wenchen
Repository: spark Updated Branches: refs/heads/master edb0ad9d4 -> e463678b1 [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjection code to exceed JVM code size limit ## What changes were proposed in this pull request? Fix for SPARK-18091 which is a bug related to