WillAyd commented on issue #47022: URL: https://github.com/apache/arrow/issues/47022#issuecomment-3108157499
I don't know the exact history of this in Arrow, but my assumption is this raises because pandas requires signed integer codes for its categorical values, as the sentinel -1 is used to denote missing values. So it seems possible to support, but would likely not preserve the unsigned nature and in some cases may require an upcast of the index type to avoid overflows -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org