[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16113 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90751494 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetSeq.scala --- @@ -54,6 +61,26 @@ object OffsetSeq { * `nulls` in the

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90743054 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -605,34 +629,64 @@ class StreamExecution( case

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90743078 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQuery.scala --- @@ -32,21 +32,33 @@ import org.apache.spark.sql.SparkSession

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90741307 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -605,34 +629,64 @@ class StreamExecution(

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90741239 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQuery.scala --- @@ -32,21 +32,33 @@ import org.apache.spark.sql.SparkSession

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90741067 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetSeq.scala --- @@ -54,6 +61,26 @@ object OffsetSeq { * `nulls` in

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16113#discussion_r90739276 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala --- @@ -605,34 +629,64 @@ class StreamExecution( case

[GitHub] spark pull request #16113: [SPARK-18657][SPARK-18668] Make StreamingQuery.id...

2016-12-01 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/16113 [SPARK-18657][SPARK-18668] Make StreamingQuery.id persists across restart, and not auto-generate name ## What changes were proposed in this pull request? Here are the major changes in this PR.