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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, the FixedSizeBinaryBuilder is built on FixedSizeListBuilder, which introduce some extra computation(create child array, cast from listarray to binary array). We could simplily it by just using 2 buffer builders (not tested):
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, the
FixedSizeBinaryBuilder
is built onFixedSizeListBuilder
, which introduce some extra computation(create child array, cast from listarray to binary array). We could simplily it by just using 2 buffer builders (not tested):This may introduce just a little more code, but could save some amount of computation.
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: