cloud-fan commented on code in PR #52980:
URL: https://github.com/apache/spark/pull/52980#discussion_r2540306754


##########
python/pyspark/worker.py:
##########
@@ -3302,6 +3303,11 @@ def main(infile, outfile):
         if split_index == -1:  # for unit tests
             sys.exit(-1)
         start_faulthandler_periodic_traceback()
+
+        # Use the local timezone to convert the timestamp

Review Comment:
   shall we add a TODO comment? I think it's wrong to use local timezone, but 
it's the current behavior today. We should revisit it.



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