Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 committed Sep 27, 2023
1 parent 84b0451 commit 1c04d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/sql/src/planner/optimizer/optimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub fn optimize_query(
heuristic.optimize_expression(&result, &RESIDUAL_RULES)
}

// TODO(leiysky): reuse the optimization logic with `optimize_query`
// TODO(leiysky): reuse the optimization logic with `optimize_query`.
fn get_optimized_memo(
ctx: Arc<dyn TableContext>,
s_expr: SExpr,
Expand Down

0 comments on commit 1c04d48

Please sign in to comment.