diff --git a/tests/fullstack-test/expr/runtime_filter.test b/tests/fullstack-test/expr/runtime_filter.test index 54d06631339..cfbe663c6b6 100644 --- a/tests/fullstack-test/expr/runtime_filter.test +++ b/tests/fullstack-test/expr/runtime_filter.test @@ -36,7 +36,7 @@ mysql> set tidb_runtime_filter_mode="LOCAL"; set tidb_isolation_read_engines='ti | 1 | 10 | 100 | +------+------+------+ -set tidb_runtime_filter_mode="LOCAL"; set tidb_isolation_read_engines='tiflash'; select /*+ HASH_JOIN_BUILD(test.t2) */ a, b, c, d, e from test.t t, test.t2 t2 where t.c = t2.f; +mysql> set tidb_runtime_filter_mode="LOCAL"; set tidb_isolation_read_engines='tiflash'; select /*+ HASH_JOIN_BUILD(test.t2) */ a, b, c, d, e from test.t t, test.t2 t2 where t.c = t2.f; +------+------+------+------+------+ | a | b | c | d | e | +------+------+------+------+------+