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
Avoid a clone when creating MapArray from ArrayData (#9192)
# Which issue does this PR close?
- Part of #9061
- broken out of #9058
# Rationale for this change
Let's make arrow-rs the fastest we can and the fewer allocations the
better
# What changes are included in this PR?
Apply pattern from #9114
# Are these changes tested?
Existing tests
# Are there any user-facing changes?
No
0 commit comments