xinrong-meng commented on code in PR #41503:
URL: https://github.com/apache/spark/pull/41503#discussion_r1246936154
##########
python/pyspark/sql/pandas/serializers.py:
##########
@@ -190,7 +190,7 @@ def arrow_to_pandas(self, arrow_column,
struct_in_pandas="dict", ndarray_as_list
)
return converter(s)
- def _create_array(self, series, arrow_type, spark_type=None):
+ def _create_array(self, series, arrow_type, spark_type=None,
arrow_cast=False):
Review Comment:
Sounds good! Per offline discussion, I'll rever the last commit and refactor
it later.
--
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]