gatorsmile 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_r366144900
 
 

 ##########
 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:
   A regression introduced in https://github.com/apache/spark/pull/18107 ?

----------------------------------------------------------------
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