martin-g commented on code in PR #36443:
URL: https://github.com/apache/spark/pull/36443#discussion_r864523944


##########
core/src/main/scala/org/apache/spark/status/AppStatusStore.scala:
##########
@@ -763,6 +767,8 @@ private[spark] class AppStatusStore(
         AppStatusUtils.gettingResultTime(taskDataOld))
     }.toSeq
   }
+
+  private[spark] def isHistory(): Boolean = true

Review Comment:
   ```suggestion
     private[spark] def isHistory(): Boolean = false
   ```



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