Skip to content

Commit 9ea7838

Browse files
committed
fix test
1 parent 8265aba commit 9ea7838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03356_threshold_for_parallel_hash.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ create table rhs(a UInt64) Engine=MergeTree order by ();
44
insert into lhs select * from numbers_mt(1e5);
55
insert into rhs select * from numbers_mt(1e6);
66

7-
set enable_analyzer = 1, use_query_condition_cache = 0;
7+
set enable_analyzer = 1, use_query_condition_cache = 0, parallel_replicas_local_plan=1;
88

99
set join_algorithm = 'direct,parallel_hash,hash'; -- default
1010
set parallel_hash_join_threshold = 100001;

0 commit comments

Comments
 (0)