BryanCutler commented on a change in pull request #27358: 
[SPARK-30640][PYTHON][SQL] Prevent unnecessary copies of data during Arrow to 
Pandas conversion
URL: https://github.com/apache/spark/pull/27358#discussion_r370883651
 
 

 ##########
 File path: python/pyspark/sql/pandas/types.py
 ##########
 @@ -165,22 +165,6 @@ def _check_series_localize_timestamps(s, timezone):
         return s
 
 
-def _check_dataframe_localize_timestamps(pdf, timezone):
 
 Review comment:
   Better to just remove this, it was only used in the one place

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to