ClickHouse/dbms/tests/queries
Marek Vavruša 5c87a91aaf SummingSortedBlockInputStream: fix explicitly configured columns to sum
This fixes a variant of SummingMergeTree() in which
the columns to sum are explicitly configured.
Previously columns not in that list were ignored,
instead of writing last value.

This also fixes summation of invalid maps with
with only one key column and no value columns.

Modified test to work around compaction limitation
in which a zero-value column isn’t compacted
immediately if the inputs are non-zero but the
output is zero (+1 -1).
2017-10-25 22:21:59 +03:00
..
0_stateless SummingSortedBlockInputStream: fix explicitly configured columns to sum 2017-10-25 22:21:59 +03:00
.gitignore Merged server, client and local into single binary, more args for local mode. 2016-11-09 22:06:29 +03:00
shell_config.sh Improve tests: allow redefine some values (clickhouse path, ports, ...) 2017-10-12 22:48:39 +03:00