HyukjinKwon commented on code in PR #38223:
URL: https://github.com/apache/spark/pull/38223#discussion_r1001296306
##########
python/pyspark/sql/pandas/serializers.py:
##########
@@ -216,7 +216,7 @@ def _create_batch(self, series):
series = [series]
series = ((s, None) if not isinstance(s, (list, tuple)) else s for s
in series)
- def create_array(s, t):
+ def create_array(s, t, n):
Review Comment:
I think you can get the name from `Series` e.g., `s.name` instead of passing
extra `n`?
--
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]