Skip to content

Commit

Permalink
fix clang compile
Browse files Browse the repository at this point in the history
  • Loading branch information
darionyaphet committed Jan 11, 2022
1 parent a9a603b commit 6728d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/index/LookupProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void LookupProcessor::runInSingleThread(const std::vector<PartitionID>& parts,
}
if (statTypes_.size() > 0) {
auto indexAgg = dynamic_cast<IndexAggregateNode*>(plan.get());
statsDataSet_.emplace_back(std::move(indexAgg->calculateStats()));
statsDataSet_.emplace_back(indexAgg->calculateStats());
}
for (size_t i = 0; i < datasetList.size(); i++) {
if (codeList[i] == ::nebula::cpp2::ErrorCode::SUCCEEDED) {
Expand Down

0 comments on commit 6728d62

Please sign in to comment.