IkeNefcy commented on issue #38000:
URL: https://github.com/apache/arrow/issues/38000#issuecomment-1745771975

   I will point out that by chance we found a fix last week when we didn't 
think this was a real issue, we thought it was related to the data we were 
uploading at the time. 
   We would change 
   ```
   data.to_parquet(index=False)
   ```
   to
   ```
   data.to_parquet(index=False, use_deprecated_int96_timestamps=True, 
flavor='spark')
   ```


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

Reply via email to