[Refactor](Profile) Add and refactor the join profile (#20693)

This commit is contained in:
HappenLee
2023-06-13 09:06:51 +08:00
committed by GitHub
parent ef4410821f
commit 51bbf17786
7 changed files with 48 additions and 28 deletions

View File

@ -145,7 +145,6 @@ Status ExecNode::prepare(RuntimeState* state) {
for (int i = 0; i < _children.size(); ++i) {
RETURN_IF_ERROR(_children[i]->prepare(state));
}
return Status::OK();
}