jorisvandenbossche opened a new pull request, #48319:
URL: https://github.com/apache/arrow/pull/48319

   ### Rationale for this change
   
   pandas 3.0 changes the default datetime/timedelta resolution from 
nanoseconds to microseconds. We already had mostly accounted for that in 
previous PRs, but pandas made this change the last days in a few additional 
places (eg `pd.date_range`), uncovering some more issues
   
   ### What changes are included in this PR?
   
   - Don't hardcode the nanosecond unit in the metadata and when recreating a 
datetime-tz column's Index
   - Update a few tests to account for those changes
   
   ### Are these changes tested?
   
   Yes
   
   ### Are there any user-facing changes?
   
   No
   


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