mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update 02131_mv_many_chunks_bug.sql
This commit is contained in:
parent
96384fe4f3
commit
93c58b8554
@ -8,7 +8,7 @@ set max_bytes_before_external_group_by = 1000000000;
|
||||
set group_by_two_level_threshold = 100;
|
||||
set min_insert_block_size_rows = 100;
|
||||
|
||||
insert into t select number from numbers(10000);
|
||||
insert into t select number from numbers(300);
|
||||
select count() from (select y from t_mv group by y);
|
||||
|
||||
drop table if exists t;
|
||||
|
Loading…
Reference in New Issue
Block a user