Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21222#discussion_r186247474
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/debug/package.scala ---
    @@ -116,6 +168,30 @@ package object debug {
         }
       }
     
    +  implicit class DebugStreamQuery(query: StreamingQuery) extends Logging {
    +    def debug(): Unit = {
    +      query match {
    +        case w: StreamExecution =>
    --- End diff --
    
    My bad. Fixed. Also changed the unit tests so that your reported case can 
be covered in test.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to