HeartSaVioR commented on a change in pull request #26104: [SPARK-29450][SS] 
Measure the number of output rows for streaming aggregation with append mode
URL: https://github.com/apache/spark/pull/26104#discussion_r366146880
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala
 ##########
 @@ -353,6 +353,7 @@ case class StateStoreSaveExec(
                   finished = true
                   null
                 } else {
+                  numOutputRows += 1
 
 Review comment:
   Yes, looks like so. The API seemed to be revised completely in #18107 and I 
don't have background though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to