AlenkaF commented on code in PR #49247:
URL: https://github.com/apache/arrow/pull/49247#discussion_r2988694458


##########
python/pyarrow/array.pxi:
##########
@@ -2308,6 +2308,13 @@ cdef _array_like_to_pandas(obj, options, types_mapper):
         dtype = "object"
     elif types_mapper:
         dtype = types_mapper(original_type)
+    elif _pandas_api.uses_string_dtype() and (

Review Comment:
   I think there was a typo from the start and instead of keeping it simple, I 
went into a wrong direction. This change should fix it though: 
https://github.com/apache/arrow/pull/49247/changes/fec9077a6ee0a06eed0ab32b0be9b092106f5cb7#diff-8511a20d3b6b9b098c1ac0dfc286e8127fdc60f96172adac4d281697527db8c2
   
   Waiting for the CI now.



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