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

    https://github.com/apache/spark/pull/23095#discussion_r235108980
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryStatus.scala
 ---
    @@ -28,9 +28,10 @@ import org.apache.spark.annotation.InterfaceStability
      * Reports information about the instantaneous status of a streaming query.
      *
      * @param message A human readable description of what the stream is 
currently doing.
    - * @param isDataAvailable True when there is new data to be processed.
    + * @param isDataAvailable True when there is new data to be processed. 
Doesn't apply
    + *                        to ContinuousExecution and always false.
    --- End diff --
    
    Changed.


---

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

Reply via email to