Merge pull request #48276 from azat/tests/flakiness-v3

Fix 01710_projection_optimize_materialize flakiness
This commit is contained in:
Alexey Milovidov 2023-04-03 06:24:50 +03:00 committed by GitHub
commit 2933c6b9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
-- Tags: no-random-merge-tree-settings
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;