spark git commit: [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and improvement

2016-06-19 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 d11f533de -> 19397caab [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and improvement ## What changes were proposed in this pull request? This PR is the follow-up PR for

spark git commit: [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and improvement

2016-06-19 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 4f17fddcd -> 6d0f921ae [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and improvement ## What changes were proposed in this pull request? This PR is the follow-up PR for

spark git commit: [SPARK-16031] Add debug-only socket source in Structured Streaming

2016-06-19 Thread rxin
Repository: spark Updated Branches: refs/heads/master 5930d7a2e -> 4f17fddcd [SPARK-16031] Add debug-only socket source in Structured Streaming ## What changes were proposed in this pull request? This patch adds a text-based socket source similar to the one in Spark Streaming for debugging

spark git commit: [SPARK-16031] Add debug-only socket source in Structured Streaming

2016-06-19 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 80c6d4e3a -> d11f533de [SPARK-16031] Add debug-only socket source in Structured Streaming ## What changes were proposed in this pull request? This patch adds a text-based socket source similar to the one in Spark Streaming for

[1/2] spark git commit: Preparing Spark release v1.6.2-rc2

2016-06-19 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.6 3d569d9ea -> 208348595 Preparing Spark release v1.6.2-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/54b1121f Tree:

[spark] Git Push Summary

2016-06-19 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.6.2-rc2 [created] 54b1121f3 - 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.3-SNAPSHOT

2016-06-19 Thread pwendell
Preparing development version 1.6.3-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/20834859 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/20834859 Diff:

spark git commit: [SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernece

2016-06-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 2c1c337ba -> 80c6d4e3a [SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernece ## What changes were proposed in this pull request? In the 2.0 document, Line "A full example that produces the experiment described in

spark git commit: [SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernece

2016-06-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1b3a9b966 -> 5930d7a2e [SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernece ## What changes were proposed in this pull request? In the 2.0 document, Line "A full example that produces the experiment described in the

spark git commit: [SPARK-15942][REPL] Unblock `:reset` command in REPL.

2016-06-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 dc85bd0a0 -> 2c1c337ba [SPARK-15942][REPL] Unblock `:reset` command in REPL. ## What changes were proposed in this pull (Paste from JIRA issue.) As a follow up for SPARK-15697, I have following semantics for `:reset` command. On

spark git commit: [SPARK-15942][REPL] Unblock `:reset` command in REPL.

2016-06-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master 001a58960 -> 1b3a9b966 [SPARK-15942][REPL] Unblock `:reset` command in REPL. ## What changes were proposed in this pull (Paste from JIRA issue.) As a follow up for SPARK-15697, I have following semantics for `:reset` command. On `:reset`

spark git commit: Revert "[SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time"

2016-06-19 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 41efd2091 -> 3d569d9ea Revert "[SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time" This reverts commit 41efd2091781b31118c6d37be59e4f0f4ae2bf66. Project:

spark git commit: [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time

2016-06-19 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 3f1d730e9 -> 41efd2091 [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time ## What changes were proposed in this pull request? Internally, we use Int to represent a date (the days since

spark git commit: [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time

2016-06-19 Thread davies
Repository: spark Updated Branches: refs/heads/branch-2.0 ee6eea644 -> dc85bd0a0 [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time ## What changes were proposed in this pull request? Internally, we use Int to represent a date (the days since

spark git commit: [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time

2016-06-19 Thread davies
Repository: spark Updated Branches: refs/heads/master ce3b98bae -> 001a58960 [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight Saving Time ## What changes were proposed in this pull request? Internally, we use Int to represent a date (the days since 1970-01-01),