BryanCutler commented on a change in pull request #24298: 
[SPARK-27276][PYTHON][SQL] Increase minimum version of pyarrow to 0.12.1 and 
remove prior workarounds
URL: https://github.com/apache/spark/pull/24298#discussion_r272710361
 
 

 ##########
 File path: python/pyspark/serializers.py
 ##########
 @@ -289,7 +291,6 @@ def _create_batch(self, series):
         def create_array(s, t):
             mask = s.isnull()
 
 Review comment:
   Yes, it's need to correctly insert NULL values in timestamps, since there is 
a `fillna(0)` done on the series.

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