sven-weber-db commented on code in PR #55768:
URL: https://github.com/apache/spark/pull/55768#discussion_r3219112416
##########
udf/worker/core/src/main/scala/org/apache/spark/udf/worker/core/direct/DirectUnixSocketWorkerDispatcher.scala:
##########
@@ -37,7 +37,7 @@ import
org.apache.spark.udf.worker.core.direct.DirectWorkerDispatcher.SOCKET_POL
@Experimental
abstract class DirectUnixSocketWorkerDispatcher(
workerSpec: UDFWorkerSpecification,
- logger: WorkerLogger = WorkerLogger.NoOp)
+ logger: WorkerLogger)
Review Comment:
As discussed offline: Yes, I will remove the logging-related changes in this
PR and instead introduce them in a follow-up to make the scope of this PR
cleaner.
--
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]