Commits


Benjamin Kietzman authored and Antoine Pitrou committed 515daab445c
ARROW-8618: [C++] Clean up some redundant std::move()s ARROW_ASSIGN_OR_RAISE and friends move their RHS, so calling move on those is unnecessary. Closes #8264 from bkietz/8618-ASSIGN-OR-RAISE-should-mo Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>