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
perf: improve ScalarValue::to_array_of_size for Boolean and some null values (apache#18180)
## Which issue does this PR close?
N/A
## Rationale for this change
make stuff faster
## What changes are included in this PR?
1. updated Boolean scalar to array to use existing functions for
creating `BooleanArray` with the same value n times
2. Update None `Binary`/`BinaryView`/`FixedSizeBinary`/`LargeBinary` to
use `new_null_array` instead of repeat
## Are these changes tested?
Existing tests
## Are there any user-facing changes?
Nope
0 commit comments