milesgranger commented on PR #14106: URL: https://github.com/apache/arrow/pull/14106#issuecomment-1245382163
Thanks @rok, just saw your comment, I'll take a deeper look at that. Now in https://github.com/apache/arrow/pull/14106/commits/b9d8cb6747fb496f70e64c89378d62717b7e7d9c I loop over id or storage id. This creates the same result as the Python casting in https://github.com/apache/arrow/pull/14106/commits/e4db00b8aa90d5a1f329aeae8238797cccb878a2 which fixes the reported issue. However, when casting the test's `IntegerType` it comes back as `Int64Array` instead of extension array.. (maybe that's okay?) -- 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]
