[GitHub] spark pull request #16166: [SPARK-18734][SS] Represent timestamp in Streamin...

2016-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16166 --- 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 ena

[GitHub] spark pull request #16166: [SPARK-18734][SS] Represent timestamp in Streamin...

2016-12-06 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16166#discussion_r91147605 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/ProgressReporter.scala --- @@ -78,6 +79,8 @@ trait ProgressReporter extends Loggi

[GitHub] spark pull request #16166: [SPARK-18734][SS] Represent timestamp in Streamin...

2016-12-05 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/16166 [SPARK-18734][SS] Represent timestamp in StreamingQueryProgress as formatted string instead of millis ## What changes were proposed in this pull request? Easier to read while debugging as a f