mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
upd test for bug
This commit is contained in:
parent
8c2a23a129
commit
955b002d36
@ -11,7 +11,8 @@ CREATE TABLE test.minmax_idx
|
||||
dt Date
|
||||
) ENGINE = MergeTree()
|
||||
ORDER BY u64
|
||||
INDICES idx_all BY (i32, i32 + f64, d, s, e, dt) TYPE minmax GRANULARITY 2,
|
||||
INDICES idx_all BY (i32, i32 + f64, d, s, e, dt) TYPE minmax GRANULARITY 4,
|
||||
idx_all2 BY (i32, i32 + f64, d, s, e, dt) TYPE minmax GRANULARITY 2,
|
||||
idx_2 BY (u64 + toYear(dt), substring(s, 2, 4)) TYPE minmax GRANULARITY 3
|
||||
SETTINGS index_granularity = 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user