HeartSaVioR commented on code in PR #43723:
URL: https://github.com/apache/spark/pull/43723#discussion_r1389515928


##########
sql/core/src/main/scala/org/apache/spark/sql/streaming/ui/StreamingQueryStatisticsPage.scala:
##########
@@ -286,6 +302,15 @@ private[ui] class StreamingQueryStatisticsPage(parent: 
StreamingQueryTab)
           <td 
class={"aggregated-num-updated-state-rows-timeline"}>{graphUIDataForNumberUpdatedRows.generateTimelineHtml(jsCollector)}</td>
           <td 
class={"aggregated-num-updated-state-rows-histogram"}>{graphUIDataForNumberUpdatedRows.generateHistogramHtml(jsCollector)}</td>
         </tr>
+        <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>

Review Comment:
   Let's use the word "removed" than "evicted" - it is "also" fit to the case 
where you manually remove the state in flatMapGroupsWithState. The semantic of 
"eviction" does not cover such case.



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

Reply via email to