From b1a2069a30cc9518d2c70dc4c0d432afdc6bbf19 Mon Sep 17 00:00:00 2001 From: jinhelin Date: Fri, 5 Jul 2024 21:45:32 +0800 Subject: [PATCH] ci --- tests/fullstack-test/expr/runtime_filter.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | +------+------+------+------+------+