diff --git a/sbroad-core/src/executor/ir.rs b/sbroad-core/src/executor/ir.rs index 0305f1970218e07f9bc0fc4be507afa07a27ff1f..a089b2b296dacd4a18434c63e4588c1b88b76ac9 100644 --- a/sbroad-core/src/executor/ir.rs +++ b/sbroad-core/src/executor/ir.rs @@ -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(|| {