Skip to content
Snippets Groups Projects
Verified Commit 00e24a9f authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring: typo fix

parent e2bb7323
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -311,7 +311,7 @@ impl ExecutionPlan {
// But as a result we can produce an extremely verbose SQL query from such a plan (tarantool's
// parser can fail to parse such SQL).
// FIXME: UNDO operation can cause problems ша we introduce more complicated transformations
// FIXME: UNDO operation can cause problems if we introduce more complicated transformations
// for filter/condition (but then the UNDO logic should be changed as well).
let undo_expr_id = ir_plan.undo.get_oldest(expr_id).unwrap_or(expr_id);
*expr_id = *translation.get(undo_expr_id).ok_or_else(|| {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment