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

   ### Rationale for this change
   
   The conversion from array with string type to pandas series, when array only 
has a `None` element, has been taking the old code path even with pandas 3.0.
   
   ### What changes are included in this PR?
   
   Always check `dtype`  in the `_array_like_to_pandas ` conversion and use 
pandas new default string `dtype` if available.
   
   ### Are these changes tested?
   Yes.
   
   ### Are there any user-facing changes?
   No, only bug fix.


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