[GitHub] spark pull request #16125: [SPARK-18694][SS]Add StreamingQuery.explain and e...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16125 --- 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 #16125: [SPARK-18694][SS]Add StreamingQuery.explain and e...

2016-12-03 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16125#discussion_r90767030 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryException.scala --- @@ -24,32 +24,42 @@ import

[GitHub] spark pull request #16125: [SPARK-18694][SS]Add StreamingQuery.explain and e...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16125#discussion_r90748623 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala --- @@ -103,10 +103,12 @@ class StreamingQuerySuite extends

[GitHub] spark pull request #16125: [SPARK-18694][SS]Add StreamingQuery.explain and e...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16125#discussion_r90748582 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/progress.scala --- @@ -38,6 +38,13 @@ import org.apache.spark.annotation.Experimental

[GitHub] spark pull request #16125: [SPARK-18694][SS]Add StreamingQuery.explain and e...

2016-12-02 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/16125#discussion_r90748529 --- Diff: python/pyspark/sql/streaming.py --- @@ -132,6 +133,61 @@ def stop(self): """ self._jsq.stop() +@since(2.1)

[GitHub] spark pull request #16125: [SPARK-18694][SS]Add StreamingQuery.explain and e...

2016-12-02 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/16125 [SPARK-18694][SS]Add StreamingQuery.explain and exception to Python and fix StreamingQueryException ## What changes were proposed in this pull request? - Add StreamingQuery.explain and