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.
We have seen obvious performance improvement by lazily materializing the null buffer builder (please see the primitive builder or the boolean array builder). We want to use the optimization across all array builders.
Describe the solution you'd like
Instead of modifying each array builder one by one, I want to declare a new type: NullBufferBuilder
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We have seen obvious performance improvement by lazily materializing the null buffer builder (please see the primitive builder or the boolean array builder). We want to use the optimization across all array builders.
Describe the solution you'd like
Instead of modifying each array builder one by one, I want to declare a new type:
NullBufferBuilder
Then, let each array builder to use it.
Describe alternatives you've considered
We could not do this.
Additional context
Thank for the thought from @tustvold #2117 (comment)
The text was updated successfully, but these errors were encountered: