spark git commit: [SPARK-17612][SQL][BRANCH-2.0] Support `DESCRIBE table PARTITION` SQL syntax

2016-10-06 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.0 594a2cf6f -> 380b099fc [SPARK-17612][SQL][BRANCH-2.0] Support `DESCRIBE table PARTITION` SQL syntax ## What changes were proposed in this pull request? This is a backport of SPARK-17612. This implements `DESCRIBE table PARTITION` SQL

spark git commit: [SPARK-17792][ML] L-BFGS solver for linear regression does not accept general numeric label column types

2016-10-06 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.0 b1a9c41e8 -> 594a2cf6f [SPARK-17792][ML] L-BFGS solver for linear regression does not accept general numeric label column types ## What changes were proposed in this pull request? Before, we computed `instances` in LinearRegression

spark git commit: [SPARK-17792][ML] L-BFGS solver for linear regression does not accept general numeric label column types

2016-10-06 Thread yliang
Repository: spark Updated Branches: refs/heads/master 49d11d499 -> 3713bb199 [SPARK-17792][ML] L-BFGS solver for linear regression does not accept general numeric label column types ## What changes were proposed in this pull request? Before, we computed `instances` in LinearRegression in

spark git commit: [SPARK-17750][SQL][BACKPORT-2.0] Fix CREATE VIEW with INTERVAL arithmetic

2016-10-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.0 e355ca8e8 -> b1a9c41e8 [SPARK-17750][SQL][BACKPORT-2.0] Fix CREATE VIEW with INTERVAL arithmetic ## What changes were proposed in this pull request? Currently, Spark raises `RuntimeException` when creating a view with timestamp with

spark git commit: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-2.0 a2bf09588 -> e355ca8e8 [SPARK-17803][TESTS] Upgrade docker-client dependency [SPARK-17803: Docker integration tests don't run with "Docker for Mac"](https://issues.apache.org/jira/browse/SPARK-17803) ## What changes were proposed in

spark git commit: [SPARK-17803][TESTS] Upgrade docker-client dependency

2016-10-06 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 9a48e60e6 -> 49d11d499 [SPARK-17803][TESTS] Upgrade docker-client dependency [SPARK-17803: Docker integration tests don't run with "Docker for Mac"](https://issues.apache.org/jira/browse/SPARK-17803) ## What changes were proposed in this

spark git commit: [SPARK-15062][SQL] Backport fix list type infer serializer issue

2016-10-06 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.6 376545e4d -> d3890deb7 [SPARK-15062][SQL] Backport fix list type infer serializer issue This backports https://github.com/apache/spark/commit/733cbaa3c0ff617a630a9d6937699db37ad2943b to Branch 1.6. It's a pretty simple patch, and

spark git commit: [SPARK-17780][SQL] Report Throwable to user in StreamExecution

2016-10-06 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-2.0 225372adf -> a2bf09588 [SPARK-17780][SQL] Report Throwable to user in StreamExecution ## What changes were proposed in this pull request? When using an incompatible source for structured streaming, it may throw NoClassDefFoundError.

spark git commit: [SPARK-17780][SQL] Report Throwable to user in StreamExecution

2016-10-06 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 79accf45a -> 9a48e60e6 [SPARK-17780][SQL] Report Throwable to user in StreamExecution ## What changes were proposed in this pull request? When using an incompatible source for structured streaming, it may throw NoClassDefFoundError. It's

spark git commit: [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streaming

2016-10-06 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.0 1c2dff1ee -> 225372adf [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streaming ## What changes were proposed in this pull request? I was looking through API annotations to catch mislabeled APIs, and realized

spark git commit: [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streaming

2016-10-06 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 92b7e5728 -> 79accf45a [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streaming ## What changes were proposed in this pull request? I was looking through API annotations to catch mislabeled APIs, and realized

spark git commit: [BUILD] Closing some stale PRs

2016-10-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7aeb20be7 -> 5e9f32dd8 [BUILD] Closing some stale PRs ## What changes were proposed in this pull request? This PR proposes to close some stale PRs and ones suggested to be closed by committer(s) or obviously inappropriate PRs (e.g.

spark git commit: [MINOR][ML] Avoid 2D array flatten in NB training.

2016-10-06 Thread yliang
Repository: spark Updated Branches: refs/heads/master b678e465a -> 7aeb20be7 [MINOR][ML] Avoid 2D array flatten in NB training. ## What changes were proposed in this pull request? Avoid 2D array flatten in ```NaiveBayes``` training, since flatten method might be expensive (It will create