mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge pull request #48276 from azat/tests/flakiness-v3
Fix 01710_projection_optimize_materialize flakiness
This commit is contained in:
commit
2933c6b9be
@ -1,3 +1,4 @@
|
|||||||
|
-- Tags: no-random-merge-tree-settings
|
||||||
drop table if exists z;
|
drop table if exists z;
|
||||||
|
|
||||||
create table z (pk Int64, d Date, id UInt64, c UInt64) Engine MergeTree partition by d order by pk settings ratio_of_defaults_for_sparse_serialization = 1.0;
|
create table z (pk Int64, d Date, id UInt64, c UInt64) Engine MergeTree partition by d order by pk settings ratio_of_defaults_for_sparse_serialization = 1.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user