The DecimalArrayBuilder
should use FixedSizedBinaryBuilder
#2026
Labels
DecimalArrayBuilder
should use FixedSizedBinaryBuilder
#2026
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, the decimal array builder use
FixedSizedListBuilder
. This is not a good solution because:DecimalArray::from_fixed_size_list_array
is a “dangerous” function: The null buffer of the child data is dropped.Describe the solution you'd like
FixedSizeBinaryArray
toDecimalArray
#2041DecimalBuilder
should useFixedSizeBinaryBuilder
#2092Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: