spark git commit: [SPARK-14870] [SQL] Fix NPE in TPCDS q14a

2016-04-24 Thread davies
Repository: spark Updated Branches: refs/heads/master c752b6c5e -> cbdcd4eda [SPARK-14870] [SQL] Fix NPE in TPCDS q14a ## What changes were proposed in this pull request? This PR fixes a bug in `TungstenAggregate` that manifests while aggregating by keys over nullable `BigDecimal` columns. T

spark git commit: [SPARK-14881] [PYTHON] [SPARKR] pyspark and sparkR shell default log level should match spark-shell/Scala

2016-04-24 Thread davies
Repository: spark Updated Branches: refs/heads/master 6ab4d9e0c -> c752b6c5e [SPARK-14881] [PYTHON] [SPARKR] pyspark and sparkR shell default log level should match spark-shell/Scala ## What changes were proposed in this pull request? Change default logging to WARN for pyspark shell and spar

spark git commit: [SPARK-14883][DOCS] Fix wrong R examples and make them up-to-date

2016-04-24 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 35319d326 -> 6ab4d9e0c [SPARK-14883][DOCS] Fix wrong R examples and make them up-to-date ## What changes were proposed in this pull request? This issue aims to fix some errors in R examples and make them up-to-date in docs and example mod

spark git commit: [SPARK-14885][SQL] When creating a CatalogColumn, we should use the catalogString of a DataType object.

2016-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master d34d65037 -> 35319d326 [SPARK-14885][SQL] When creating a CatalogColumn, we should use the catalogString of a DataType object. ## What changes were proposed in this pull request? Right now, the data type field of a CatalogColumn is using

spark git commit: [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-java errors

2016-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master d0ca5797a -> d34d65037 [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-java errors ## What changes were proposed in this pull request? Spark uses `NewLineAtEofChecker` rule in Scala by ScalaStyle. And, most Java

spark git commit: [SPARK-14876][SQL] SparkSession should be case insensitive by default

2016-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0c8e5332f -> d0ca5797a [SPARK-14876][SQL] SparkSession should be case insensitive by default ## What changes were proposed in this pull request? This patch changes SparkSession to be case insensitive by default, in order to match other dat

spark git commit: Disable flaky script transformation test

2016-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master f0f1a8afd -> 0c8e5332f Disable flaky script transformation test Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0c8e5332 Tree: http://git-wip-us.apache.org/repos/asf/sp

spark git commit: [SPARK-14548][SQL] Support not greater than and not less than operator in Spark SQL

2016-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master 337289d71 -> f0f1a8afd [SPARK-14548][SQL] Support not greater than and not less than operator in Spark SQL !< means not less than which is equivalent to >= !> means not greater than which is equivalent to <= I'd to create a PR to support

spark git commit: [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter Table DDL

2016-04-24 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 8df8a8182 -> 337289d71 [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter Table DDL What changes were proposed in this pull request? So far, we are capturing each unsupported Alter Table in separate visit fu

spark git commit: [DOCS][MINOR] Screenshot + minor fixes to improve reading for accumulators

2016-04-24 Thread srowen
Repository: spark Updated Branches: refs/heads/master db7113b1d -> 8df8a8182 [DOCS][MINOR] Screenshot + minor fixes to improve reading for accumulators ## What changes were proposed in this pull request? Added screenshot + minor fixes to improve reading ## How was this patch tested? Manual

spark git commit: [SPARK-13267][WEB UI] document the ?param arguments of the REST API; lift the…

2016-04-24 Thread srowen
Repository: spark Updated Branches: refs/heads/master 902c15c5e -> db7113b1d [SPARK-13267][WEB UI] document the ?param arguments of the REST API; lift the… Add to the REST API details on the ? args and examples from the test suite. I've used the existing table, adding all the fields to the