The GenericBinaryBuilder
should use buffer builders directly.
#2104
Labels
GenericBinaryBuilder
should use buffer builders directly.
#2104
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, the
GenericBinaryBuilder
is based onGenericListBuilder
:It is not a good implementation because
BinaryArray::from_list
: GenericBinaryArray::from_list and GenericStringArray::from_list Ignores Offset #1726Describe the solution you'd like
append_byte
andappend
which are unsafe and are not used in other mods.Describe alternatives you've considered
We could not do this.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: