viirya commented on code in PR #52620:
URL: https://github.com/apache/spark/pull/52620#discussion_r2459073303
##########
core/src/main/scala/org/apache/spark/util/Clock.scala:
##########
@@ -58,7 +58,7 @@ private[spark] trait Clock {
/**
* A clock backed by the actual time from the OS as reported by the `System`
API.
*/
-private[spark] class SystemClock extends Clock {
+private[spark] class SystemClock extends Clock with Serializable {
Review Comment:
Why we need this?
--
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]