Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 3601050

Browse files
author
GustavoAngulo
committed
Accidently reverted reformat
1 parent afbff54 commit 3601050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimizer/optimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ unique_ptr<planner::AbstractPlan> Optimizer::ChooseBestPlan(
294294
auto gexpr = group->GetBestExpression(required_props);
295295

296296
LOG_TRACE("Choosing best plan for group %d with op %s", gexpr->GetGroupID(),
297-
gexpr->Op().name().c_str());
297+
gexpr->Op().GetName().c_str());
298298

299299
vector<GroupID> child_groups = gexpr->GetChildGroupIDs();
300300
auto required_input_props = gexpr->GetInputProperties(required_props);

0 commit comments

Comments
 (0)