dongjoon-hyun commented on a change in pull request #28828:
URL: https://github.com/apache/spark/pull/28828#discussion_r439949163



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/streaming/progress.scala
##########
@@ -43,7 +43,7 @@ class StateOperatorProgress private[sql](
     val numRowsTotal: Long,
     val numRowsUpdated: Long,
     val memoryUsedBytes: Long,
-    val numLateInputs: Long,
+    val numDroppedRowsByWatermark: Long,

Review comment:
       nit. Just a question. For the variable naming, 
`numRowsDroppedByWatermark` seems more consistent with `numRowsTotal` and 
`numRowsUpdates` within this `StateOperatorProgress` class, doesn't it? (cc 
@zsxwing since this came from his comment.)




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



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

Reply via email to