alamb opened a new pull request, #2767: URL: https://github.com/apache/arrow-datafusion/pull/2767
# Which issue does this PR close? Follow on to https://github.com/apache/arrow-datafusion/pull/2721 from @AssHero # Rationale for this change If a `DictionaryArray` contains an index that can't be converted to `usize` (e.g. it is negative) it is invalid. Previously if this happened the error would be silently ignored. # What changes are included in this PR? Change the code to panic if an invalid index was provided so any such error will be clearer # Are there any user-facing changes? no -- 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]
