spark git commit: Revert "[SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to missing otherCopyArgs"

2016-09-05 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 dd27530c7 -> f56b70fec Revert "[SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to missing otherCopyArgs" This reverts commit 7b1aa2153bc6c8b753dba0710fe7b5d031158a34. Project:

spark git commit: [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelines

2016-09-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 7b1aa2153 -> dd27530c7 [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelines ## What changes were proposed in this pull request? Cached table(parquet/orc) couldn't be shard between beelines, because the

spark git commit: [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelines

2016-09-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master afb3d5d30 -> 64e826f91 [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelines ## What changes were proposed in this pull request? Cached table(parquet/orc) couldn't be shard between beelines, because the

spark git commit: [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to missing otherCopyArgs

2016-09-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 f92d87455 -> 7b1aa2153 [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to missing otherCopyArgs ## What changes were proposed in this pull request? `TreeNode.toJSON` requires a subclass to explicitly override

spark git commit: [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to missing otherCopyArgs

2016-09-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 8d08f43d0 -> afb3d5d30 [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to missing otherCopyArgs ## What changes were proposed in this pull request? `TreeNode.toJSON` requires a subclass to explicitly override

spark git commit: [SPARK-17353][SPARK-16943][SPARK-16942][BACKPORT-2.0][SQL] Fix multiple bugs in CREATE TABLE LIKE command

2016-09-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 e387c8ba8 -> f92d87455 [SPARK-17353][SPARK-16943][SPARK-16942][BACKPORT-2.0][SQL] Fix multiple bugs in CREATE TABLE LIKE command ### What changes were proposed in this pull request? This PR is to backport

spark git commit: [SPARK-17279][SQL] better error message for exceptions during ScalaUDF execution

2016-09-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 6d86403d8 -> 8d08f43d0 [SPARK-17279][SQL] better error message for exceptions during ScalaUDF execution ## What changes were proposed in this pull request? If `ScalaUDF` throws exceptions during executing user code, sometimes it's hard

spark git commit: [SPARK-15091][SPARKR] Fix warnings and a failure in SparkR test cases with testthat version 1.0.1

2016-09-05 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.6 b84a92c24 -> 21be94b16 [SPARK-15091][SPARKR] Fix warnings and a failure in SparkR test cases with testthat version 1.0.1 Fix warnings and a failure in SparkR test cases with testthat version 1.0.1 SparkR unit test cases. Author: Sun

spark git commit: [SPARK-17072][SQL] support table-level statistics generation and storing into/loading from metastore

2016-09-05 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 3ccb23e44 -> 6d86403d8 [SPARK-17072][SQL] support table-level statistics generation and storing into/loading from metastore ## What changes were proposed in this pull request? 1. Support generation table-level statistics for - hive