zhengruifeng commented on code in PR #54568:
URL: https://github.com/apache/spark/pull/54568#discussion_r2875751193


##########
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:
   @Yicong-Huang shall we enforce keyword arguments in serializers' init? I 
feel it is error-prone since they takes too many arguments



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