spark git commit: [MINOR][SQL] Add prettyName for current_database function

2016-10-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master e18d02c5a -> 56b0f5f4d [MINOR][SQL] Add prettyName for current_database function ## What changes were proposed in this pull request? Added a `prettyname` for current_database function. ## How was this patch tested? Manually. Before: ```

spark git commit: [MINOR][SQL] Add prettyName for current_database function

2016-10-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 3cc2fe5b9 -> ca66f52ff [MINOR][SQL] Add prettyName for current_database function ## What changes were proposed in this pull request? Added a `prettyname` for current_database function. ## How was this patch tested? Manually. Before:

[spark] Git Push Summary

2016-10-16 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.6.3-rc1 [created] 7375bb0c8 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[spark] Git Push Summary

2016-10-16 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.6.3 [deleted] 7375bb0c8 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 1.6.4-SNAPSHOT

2016-10-16 Thread pwendell
Preparing development version 1.6.4-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b95ac0d0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b95ac0d0 Diff:

[1/2] spark git commit: Preparing Spark release v1.6.3

2016-10-16 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.6 0f577857c -> b95ac0d00 Preparing Spark release v1.6.3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7375bb0c Tree:

[spark] Git Push Summary

2016-10-16 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.6.3 [created] 7375bb0c8 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: Prepare branch-1.6 for 1.6.3 release.

2016-10-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.6 745c5e70f -> 0f577857c Prepare branch-1.6 for 1.6.3 release. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0f577857 Tree:

spark git commit: [SPARK-17947][SQL] Add Doc and Comment about spark.sql.debug

2016-10-16 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 59e3eb5af -> e18d02c5a [SPARK-17947][SQL] Add Doc and Comment about spark.sql.debug ### What changes were proposed in this pull request? Just document the impact of `spark.sql.debug`: When enabling the debug, Spark SQL internal table

spark git commit: [SPARK-17819][SQL] Support default database in connection URIs for Spark Thrift Server

2016-10-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 72a6e7a57 -> 59e3eb5af [SPARK-17819][SQL] Support default database in connection URIs for Spark Thrift Server ## What changes were proposed in this pull request? Currently, Spark Thrift Server ignores the default database in URI. This PR