FMX commented on code in PR #2813:
URL: https://github.com/apache/celeborn/pull/2813#discussion_r1895173270
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/PushDataHandler.scala:
##########
@@ -664,7 +664,7 @@ class PushDataHandler(val workerSource: WorkerSource)
extends BaseMessageHandler
pushMergedDataCallback.onSuccess(StatusCode.SUCCESS)
}
}
- case None =>
+ case Some(_) | None =>
Review Comment:
I'll try that. These changes are made due to scala 2.13 compilation errors.
--
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]