You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding try_append_value implementation to ByteViewBuilder (#8594)
# Which issue does this PR close?
- Partial fix for apache/datafusion#17857
# Rationale for this change
These changes add a safer version of `append_value` in `ByteViewBuilder`
that handles panics called `try_append_value`. Datafusions will consume
the API and handle the Result coming back from the function.
# 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.
---------
Co-authored-by: Raz Luvaton <16746759+rluvaton@users.noreply.github.com>
Co-authored-by: Matthew Kim <38759997+friendlymatthew@users.noreply.github.com>
Co-authored-by: Jörn Horstmann <git@jhorstmann.net>
0 commit comments