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

   ### Rationale for this change
   In pandas version 2.1.0 `__from_arrow__` method has been implemented for 
`DatetimeTZDtype` extension type. See 
https://github.com/pandas-dev/pandas/pull/52201.
   
   Due to this change, the conversion from pyarrow table column with datetime 
uses the newly implemented `__from_arrow__` method for the pandas dtype and 
`pandas_api.series` to construct the pandas series. We had to pass the name in 
the `pandas_api.series` also, to fix failing tests in 
https://github.com/apache/arrow/pull/35248.
   
   This PR adds explicit test for this change.


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