[GitHub] spark pull request #16273: [SPARK-18852][SS]StreamingQuery.lastProgress shou...

2016-12-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16273 --- 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 #16273: [SPARK-18852][SS]StreamingQuery.lastProgress shou...

2016-12-13 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16273#discussion_r92294218 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala --- @@ -102,7 +102,7 @@ trait ProgressReporter extends

[GitHub] spark pull request #16273: [SPARK-18852][SS]StreamingQuery.lastProgress shou...

2016-12-13 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16273#discussion_r92294157 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala --- @@ -312,6 +313,24 @@ class StreamingQuerySuite extends

[GitHub] spark pull request #16273: [SPARK-18852][SS]StreamingQuery.lastProgress shou...

2016-12-13 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/16273#discussion_r92294010 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala --- @@ -312,6 +313,24 @@ class StreamingQuerySuite extends

[GitHub] spark pull request #16273: [SPARK-18852][SS]StreamingQuery.lastProgress shou...

2016-12-13 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/16273 [SPARK-18852][SS]StreamingQuery.lastProgress should be null when recentProgress is empty ## What changes were proposed in this pull request? Right now `StreamingQuery.lastProgress` throws