zhengruifeng commented on code in PR #53769:
URL: https://github.com/apache/spark/pull/53769#discussion_r2688584152
##########
python/pyspark/worker.py:
##########
@@ -110,6 +112,58 @@
has_memory_profiler = False
+class _ArrowUDFThreadPool:
Review Comment:
```suggestion
class ArrowBatchedUDFThreadPool:
```
Arrow UDF is ambiguous which can mean the new UDF handling Arrow Arrays.
This optimization is for eval type `SQL_ARROW_BATCHED_UDF`, so rename it to
reduce confusion.
--
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]