HeartSaVioR commented on code in PR #43723:
URL: https://github.com/apache/spark/pull/43723#discussion_r1390348766
##########
sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatisticsPage.scala:
##########
@@ -305,7 +305,7 @@ private[ui] class StreamingQueryStatisticsPage(parent:
StreamingQueryTab)
<tr>
<td style="vertical-align: middle;">
<div style="width: 160px;">
- <div><strong>Aggregated Number Of Evicted State
Rows{SparkUIUtils.tooltip("Aggregated number of state rows evicted from the
state.", "right")}</strong></div>
+ <div><strong>Aggregated Number Of Removed State
Rows{SparkUIUtils.tooltip("Aggregated number of state rows evicted from the
state. Normally it means the number of rows evicted from the state because of
passing watermark. Except in flatMapGroupWithState users can manually remove
the state", "right")}</strong></div>
Review Comment:
last nit:
Aggregated number of state rows evicted from the state. Normally it means
the number of rows evicted from the state because of passing watermark. Except
in flatMapGroupWithState users can manually remove the state
to
Aggregated number of state rows `removed` from the state. Normally it means
the number of rows evicted from the state `because watermark has passed,
e`xcept in flatMapGroupWithState users can manually remove the state`.`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]