Skip to content

Commit a663c06

Browse files
Avogarazat
andauthored
Update tests/queries/0_stateless/03774_wide_part_mutation_sparse_ratio_setting_bug.sql
Co-authored-by: Azat Khuzhin <[email protected]>
1 parent 5c9c64c commit a663c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03774_wide_part_mutation_sparse_ratio_setting_bug.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
drop table if exists test;
2-
create table test (a UInt32, b UInt32) engine=MergeTree order by tuple() settings min_bytes_for_wide_part=0, ratio_of_defaults_for_sparse_serialization=0.0;
2+
create table test (a UInt32, b UInt32) engine=MergeTree order by tuple() settings min_bytes_for_wide_part=0, ratio_of_defaults_for_sparse_serialization=0.0, max_suspicious_broken_parts=0, max_suspicious_broken_parts_bytes=0;
33
insert into test select number, number from numbers(10);
44

55
detach table test;

0 commit comments

Comments
 (0)