Yicong-Huang commented on PR #53330: URL: https://github.com/apache/spark/pull/53330#issuecomment-3615120623
> Do you need another function for it? It's 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) > > ] > > ``` > > > > My real concern is - what's the difference between `read_udfs` and `read_all_udfs`? Thanks. Either way is fine. I have changed to inline the function. -- 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]
