hvanhovell commented on code in PR #55683:
URL: https://github.com/apache/spark/pull/55683#discussion_r3342222687


##########
udf/worker/core/src/main/scala/org/apache/spark/udf/worker/core/WorkerSession.scala:
##########
@@ -28,11 +30,9 @@ import org.apache.spark.udf.worker.Init
  * A [[WorkerSession]] is the '''per-UDF-invocation''' handle that Spark
  * obtains from [[WorkerDispatcher#createSession]]. It carries the full
  * init / data-stream / finish lifecycle for a single UDF evaluation.
- *
- * A [[WorkerSession]] does ''not'' own the underlying worker or its
- * transport channel -- those are managed by the [[WorkerDispatcher]].
- * Multiple sessions may share the same worker when the worker supports
- * concurrency.
+ * Concrete protocol implementations subclass this and provide the wire

Review Comment:
   what are wire mechanics?



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