samueleresca opened a new pull request, #8594: URL: https://github.com/apache/arrow-rs/pull/8594
# Which issue does this PR close? - Partial fix for https://github.com/apache/datafusion/issues/17857 # Rationale for this change These changes add a safer version of `append_value` of `ByteViewBuilder` that handles panics. Datafusions is already consuming the API and, as mentioned in the linked issue, is not handling the panic. # What changes are included in this PR? # Are these changes tested? The method is already covered by existing tests. # Are there any user-facing changes? No breaking changes, as the original `append_value` method hasn't changed. -- 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]
