Update tests

This commit is contained in:
Alexey Milovidov 2020-03-11 03:27:30 +03:00
parent 220188caca
commit 3a59e41143
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
CREATE TABLE default.mt_compact (`a` Int, `s` String) ENGINE = MergeTree PARTITION BY a ORDER BY a SETTINGS index_granularity_bytes = 0, index_granularity = 8192 CREATE TABLE default.mt_compact (`a` Int32, `s` String) ENGINE = MergeTree PARTITION BY a ORDER BY a SETTINGS index_granularity_bytes = 0, index_granularity = 8192
CREATE TABLE default.mt_compact (`a` Int, `s` String) ENGINE = MergeTree PARTITION BY a ORDER BY a SETTINGS index_granularity_bytes = 0, min_rows_for_wide_part = 0, index_granularity = 8192, parts_to_delay_insert = 300 CREATE TABLE default.mt_compact (`a` Int32, `s` String) ENGINE = MergeTree PARTITION BY a ORDER BY a SETTINGS index_granularity_bytes = 0, min_rows_for_wide_part = 0, index_granularity = 8192, parts_to_delay_insert = 300

View File

@ -1,2 +1,2 @@
CREATE TABLE default.alter_ttl (`i` Int, `s` String TTL toDate(\'2020-01-01\')) ENGINE = MergeTree ORDER BY i TTL toDate(\'2020-05-05\') SETTINGS index_granularity = 8192 CREATE TABLE default.alter_ttl (`i` Int32, `s` String TTL toDate(\'2020-01-01\')) ENGINE = MergeTree ORDER BY i TTL toDate(\'2020-05-05\') SETTINGS index_granularity = 8192
CREATE TABLE default.alter_ttl (`d` Date, `s` String TTL d + toIntervalDay(1)) ENGINE = MergeTree ORDER BY d TTL d + toIntervalMonth(1) SETTINGS index_granularity = 8192 CREATE TABLE default.alter_ttl (`d` Date, `s` String TTL d + toIntervalDay(1)) ENGINE = MergeTree ORDER BY d TTL d + toIntervalMonth(1) SETTINGS index_granularity = 8192

View File

@ -82,7 +82,7 @@ Float32 Float64
2.0838264e-33 -6.156499824044965e254 2.0838264e-33 -6.156499824044965e254
7.317837e-36 -1.6511853645079817e-21 7.317837e-36 -1.6511853645079817e-21
- -
Decimal32(4) Decimal64(8) Decimal64(8) Decimal(9, 4) Decimal(18, 8) Decimal(18, 8)
-18731.5032 81241713112.39967992 -10576027963457111164764.0798899532879521 -18731.5032 81241713112.39967992 -10576027963457111164764.0798899532879521
65289.5061 -27889310937.24180887 5807515838469365530027.7612329616030438 65289.5061 -27889310937.24180887 5807515838469365530027.7612329616030438
-197586.1517 -751754543.85331084 3835903211857734974086.0358362773591932 -197586.1517 -751754543.85331084 3835903211857734974086.0358362773591932