EnricoMi commented on PR #44279: URL: https://github.com/apache/arrow/pull/44279#issuecomment-2522603956
Any non-dictionary type (including extension types) therefore should be covered with `array.type->storage_id()`. Any dictionary extension types are expected to provide a `DictionaryType` via `array.type->storage_type()`, so they are covered with `array.type->storage_type()->index_type()->id()`. Than that fix should be sound and safe. -- 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]
