spark git commit: [MINOR][DOC] Fix the descriptions for `properties` argument in the documenation for jdbc APIs

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 3e0163bee -> 68a24d3e7 [MINOR][DOC] Fix the descriptions for `properties` argument in the documenation for jdbc APIs ## What changes were proposed in this pull request? This should be credited to mvervuurt. The main purpose of this PR

spark git commit: [MINOR][DOC] Fix the descriptions for `properties` argument in the documenation for jdbc APIs

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master f7c9ff57c -> 0f6aa8afa [MINOR][DOC] Fix the descriptions for `properties` argument in the documenation for jdbc APIs ## What changes were proposed in this pull request? This should be credited to mvervuurt. The main purpose of this PR is

spark git commit: [SPARK-17068][SQL] Make view-usage visible during analysis

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 4a2c375be -> f7c9ff57c [SPARK-17068][SQL] Make view-usage visible during analysis ## What changes were proposed in this pull request? This PR adds a field to subquery alias in order to make the usage of views in a resolved `LogicalPlan` mo

spark git commit: [SPARK-17084][SQL] Rename ParserUtils.assert to validate

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 6cb3eab7c -> 3e0163bee [SPARK-17084][SQL] Rename ParserUtils.assert to validate ## What changes were proposed in this pull request? This PR renames `ParserUtils.assert` to `ParserUtils.validate`. This is done because this method is use

spark git commit: [SPARK-17084][SQL] Rename ParserUtils.assert to validate

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master e28a8c589 -> 4a2c375be [SPARK-17084][SQL] Rename ParserUtils.assert to validate ## What changes were proposed in this pull request? This PR renames `ParserUtils.assert` to `ParserUtils.validate`. This is done because this method is used to

spark git commit: [SPARK-16656][SQL][BRANCH-1.6] Try to make CreateTableAsSelectSuite more stable

2016-08-16 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.6 4d64c7fd1 -> 5c34029b8 [SPARK-16656][SQL][BRANCH-1.6] Try to make CreateTableAsSelectSuite more stable ## What changes were proposed in this pull request? This PR backports #14289 to branch 1.6 https://amplab.cs.berkeley.edu/jenkins/j

spark git commit: [SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operator

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 022230c20 -> 6cb3eab7c [SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operator ## What changes were proposed in this pull request? Remove the api doc link for mapReduceTriplets operator because in latest api they are re

spark git commit: [SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operator

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master c34b546d6 -> e28a8c589 [SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operator ## What changes were proposed in this pull request? Remove the api doc link for mapReduceTriplets operator because in latest api they are remove

spark git commit: [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check

2016-08-16 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.0 1c5697116 -> 022230c20 [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check Rename RDD functions for now to avoid CRAN check warnings. Some RDD functions are sharing generics with DataFrame functions (he

spark git commit: [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check

2016-08-16 Thread shivaram
Repository: spark Updated Branches: refs/heads/master d37ea3c09 -> c34b546d6 [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check ## What changes were proposed in this pull request? Rename RDD functions for now to avoid CRAN check warnings. Some RDD functions

spark git commit: [MINOR][SPARKR] spark.glm weightCol should in the signature.

2016-08-16 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 12a89e55c -> d37ea3c09 [MINOR][SPARKR] spark.glm weightCol should in the signature. ## What changes were proposed in this pull request? Fix the issue that ```spark.glm``` ```weightCol``` should in the signature. ## How was this patch teste

spark git commit: [SPARK-17035] [SQL] [PYSPARK] Improve Timestamp not to lose precision for all cases

2016-08-16 Thread davies
Repository: spark Updated Branches: refs/heads/master 6f0988b12 -> 12a89e55c [SPARK-17035] [SQL] [PYSPARK] Improve Timestamp not to lose precision for all cases ## What changes were proposed in this pull request? `PySpark` loses `microsecond` precision for some corner cases during converting

spark git commit: [MINOR][DOC] Correct code snippet results in quick start documentation

2016-08-16 Thread srowen
Repository: spark Updated Branches: refs/heads/master 8fdc6ce40 -> 6f0988b12 [MINOR][DOC] Correct code snippet results in quick start documentation ## What changes were proposed in this pull request? As README.md file is updated over time. Some code snippet outputs are not correct based on n

[2/2] spark git commit: [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution package [Backport]

2016-08-16 Thread rxin
[SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution package [Backport] ## What changes were proposed in this pull request? This PR backports https://github.com/apache/spark/pull/14554 to branch-2.0. I have also changed the visibility of a few similar Hive classes. ## Ho

[1/2] spark git commit: [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution package [Backport]

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 237ae54c9 -> 1c5697116 http://git-wip-us.apache.org/repos/asf/spark/blob/1c569711/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala

spark git commit: Revert "[SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package"

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 2e2c787bf -> 237ae54c9 Revert "[SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package" This reverts commit 2e2c787bf588e129eaaadc792737fd9d2892939c. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: h

spark git commit: [SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 45036327f -> 2e2c787bf [SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package ## What changes were proposed in this pull request? This PR is a small follow-up to https://github.com/apache/spark/pull/14554. This also wi

spark git commit: [SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package

2016-08-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7b65030e7 -> 8fdc6ce40 [SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package ## What changes were proposed in this pull request? This PR is a small follow-up to https://github.com/apache/spark/pull/14554. This also widens

spark git commit: [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinals in GROUP BY or ORDER BY

2016-08-16 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 7de30d6e9 -> 7b65030e7 [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinals in GROUP BY or ORDER BY ## What changes were proposed in this pull request? This PR adds expression `UnresolvedOrdinal` to represent the