[GitHub] spark pull request #15472: [SPARK-17731][SQL][STREAMING] Metrics for structu...

2016-10-17 Thread tdas
Github user tdas closed the pull request at: https://github.com/apache/spark/pull/15472 --- 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 enabl

[GitHub] spark pull request #15472: [SPARK-17731][SQL][STREAMING] Metrics for structu...

2016-10-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/15472#discussion_r83713217 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStore.scala --- @@ -77,6 +77,9 @@ trait StateStore { */ de

[GitHub] spark pull request #15472: [SPARK-17731][SQL][STREAMING] Metrics for structu...

2016-10-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/15472#discussion_r83713099 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryListener.scala --- @@ -84,27 +84,27 @@ object StreamingQueryListener { *

[GitHub] spark pull request #15472: [SPARK-17731][SQL][STREAMING] Metrics for structu...

2016-10-16 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15472#discussion_r83579366 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStore.scala --- @@ -77,6 +77,9 @@ trait StateStore { */ de

[GitHub] spark pull request #15472: [SPARK-17731][SQL][STREAMING] Metrics for structu...

2016-10-13 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/15472 [SPARK-17731][SQL][STREAMING] Metrics for structured streaming ## What changes were proposed in this pull request? **This PR adds the same metrics to branch-2.0 that was added to master in #1