gaogaotiantian commented on PR #53330:
URL: https://github.com/apache/spark/pull/53330#issuecomment-3614857575
Do you need another function for it? It basically just two lines:
```python
num_udfs = read_int(infile)
udfs = [
read_single_udf(
pickleSer, infile, eval_type, runner_conf, udf_index=i,
profiler=profiler
)
for i in range(num_udfs)
]
```
--
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]