jorisvandenbossche commented on issue #34588: URL: https://github.com/apache/arrow/issues/34588#issuecomment-1559963696
> (since `Array.dictionary_decode()` already exists That might be what you meant, but to be nitpicky: that actually doesn't exist, it's only `DictionaryArray.dictionary_decode()` that exists (which touches on my point that up to now we haven't really been adding type-specific methods on ChunkedArray, since we only have a single chunked class and not type-specific subclasses) Another potential (consistency) argument: `run_end_decode` also exists as a compute kernel. -- 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]
