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

    https://github.com/apache/spark/pull/21919#discussion_r209621895
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/progress.scala ---
    @@ -198,11 +198,14 @@ class SourceProgress protected[sql](
      * during a trigger. See [[StreamingQueryProgress]] for more information.
      *
      * @param description Description of the source corresponding to this 
status.
    + * @param numOutputRows Number of rows written to the sink or -1 for 
Continuous Mode (temporarily)
    + * or Sink V1 (until decommissioned).
      * @since 2.1.0
      */
     @InterfaceStability.Evolving
     class SinkProgress protected[sql](
    -    val description: String) extends Serializable {
    +  val description: String,
    +  val numOutputRows: Long) extends Serializable {
    --- End diff --
    
    @zsxwing, what do you think?


---

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

Reply via email to