jackwener opened a new pull request #1435: URL: https://github.com/apache/arrow-rs/pull/1435
# Which issue does this PR close? Closes #1313. # What changes are included in this PR? extract the dictionary validation logic out of `ArrayData::validate_full` into a separate function. `DictionaryArray::try_new` use the `ArrayDataBuilder::build_unchecked` and afterwards call the new function which only validates that the keys are in bounds. # Are there any user-facing changes? None -- 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]
