Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed Jul 5, 2024
1 parent 3951444 commit b1a2069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fullstack-test/expr/runtime_filter.test
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+------+------+------+------+------+
Expand Down

0 comments on commit b1a2069

Please sign in to comment.