Yicong-Huang commented on code in PR #53330:
URL: https://github.com/apache/spark/pull/53330#discussion_r2591131867


##########
python/pyspark/worker.py:
##########
@@ -2919,7 +2919,15 @@ def read_udfs(pickleSer, infile, eval_type):
     else:
         profiler = None
 
+    # Read all UDFs
     num_udfs = read_int(infile)
+    udfs = []

Review Comment:
   oh, we could change to list comprehension. this was the old logic, I just 
moved it here.



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