Skip to content

Commit 3953033

Browse files
committed
Cleanup 4
1 parent 91970ef commit 3953033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ class TBlockSplitter : public IBlockSplitter {
10741074
SplitStack.emplace_back(item.PopBack(item.GetNumberRows() / 2));
10751075
}
10761076

1077-
result.emplace_back(std::move(item.ExtractData()));
1077+
result.emplace_back(item.ExtractData());
10781078
}
10791079

10801080
return result;

0 commit comments

Comments
 (0)