jorisvandenbossche commented on issue #48314: URL: https://github.com/apache/arrow/issues/48314#issuecomment-3606359413
Pandas has changed the default unit for datetime64/timedelta64 from ns to us, and indeed there were a bunch of additional changes for that in the last days (eg `pd.date_range()` will now typically return a us resolution). So my assumption is that those failures are "expected" and probably need a small update on the pyarrow side to match this changed behaviour in pandas (of course it could also signal a bug in the pandas changes). I can take a closer look later today. -- 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]
