Yicong-Huang commented on code in PR #54092:
URL: https://github.com/apache/spark/pull/54092#discussion_r2757430448
##########
python/pyspark/sql/connect/session.py:
##########
@@ -661,7 +661,7 @@ def createDataFrame(
to_arrow_schema(
schema,
error_on_duplicated_field_names_in_struct=True,
- timezone="UTC",
+ timezone=timezone,
Review Comment:
I think it should not be hard coded, if we pass timezone as an argument?
--
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]