ClickHouse/dbms/tests/queries/0_stateless/00146_summing_merge_tree_nested_map.reference
Amos Bird f30841d5ab Fix SummingMergeTree argument checking logic.
This patch fixes the Nested Column Name checking logic, which allows nested
columns be explicitly specified in SummingMergeTree engine.
2017-10-13 15:42:32 +03:00

9 lines
116 B
Plaintext

[1,2] [100,150]
[1] [250]
[1,2] [250,150]
[2] [150]
20 [1,2] [100,150]
20 [1] [250]
20 [1,2] [250,150]
20 [2] [150]