ClickHouse/tests/queries
Azat Khuzhin 038235684d Add optimize_distributed_group_by_sharding_key and disable it by default
I know at least one way to fool that optimization, by using as sharding
key something like `if(col1>0, col1, col2)` (although this is not common
sharding key I would say, but can be useful if this will work
correctly), so let's disable it by default.
2020-04-29 00:09:25 +03:00
..
0_stateless Add optimize_distributed_group_by_sharding_key and disable it by default 2020-04-29 00:09:25 +03:00
1_stateful Added a fix from Vadim Plakhtinskiy @VadimPlh 2020-04-22 07:32:05 +03:00
bugs add more test cases as discussed on tg 2020-04-16 19:52:22 +03:00
__init__.py Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
.gitignore Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
conftest.py Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
query_test.py Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
server.py Disable MemoryAccessStorage. 2020-04-07 23:31:59 +03:00
shell_config.sh Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00