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


##########
python/pyspark/worker.py:
##########
@@ -2693,6 +2701,7 @@ def read_udfs(pickleSer, infile, eval_type, runner_conf, 
eval_conf):
                 runner_conf.timezone,
                 runner_conf.safecheck,
                 runner_conf.assign_cols_by_name,
+                runner_conf.prefer_int_ext_dtype,

Review Comment:
   That's a good point. We should enforce keyword arguments on serializers. 
Also the majority of serializers will be removed eventually after refactoring. 
And those parameters won't need to be passed to the remaining serializers. 



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