Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN committed Jan 26, 2025
1 parent c132286 commit 927f3b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/executor/operator/physical_optimize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ void PhysicalOptimize::OptIndex(QueryContext *query_context, OperatorState *oper
RecoverableError(status);
return;
}
txn->OptIndex(table_index_entry, std::move(opt_params_));
LOG_INFO(fmt::format("OptimizeIndex {}.{}::{} end", db_name_, table_name_, index_name_));
}

Expand Down

0 comments on commit 927f3b1

Please sign in to comment.