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
### Rationale for this change
Minor code enhancement in array_nested.cc
### What changes are included in this PR?
Use std::move for nested types
### Are these changes tested?
Covered by existing
### Are there any user-facing changes?
no
* GitHub Issue: #43992
Authored-by: mwish <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…che#43993)
### Rationale for this change
Minor code enhancement in array_nested.cc
### What changes are included in this PR?
Use std::move for nested types
### Are these changes tested?
Covered by existing
### Are there any user-facing changes?
no
* GitHub Issue: apache#43992
Authored-by: mwish <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Currently list code don't move for bitmap, should use that to optimize
Component(s)
C++
The text was updated successfully, but these errors were encountered: