ClickHouse/tests/queries
Azat Khuzhin e1b6acfa52 Add missing parenthesis for isNotNull/isNull rewrites to IS [NOT] NULL
After #29446 the following query was "broken":

    select isNotNull(1)+isNotNull(2) from remote('127.2', system.one)

This was also a problem for queries to external storages (i.e. mysql),
since it also uses query rewrite, like non-local distributed queries.

Fixes: #29446
2021-10-21 21:18:00 +03:00
..
0_stateless Add missing parenthesis for isNotNull/isNull rewrites to IS [NOT] NULL 2021-10-21 21:18:00 +03:00
1_stateful Finally fix test 2021-10-15 10:39:31 +03:00
bugs Move 01200_mutations_memory_consumption out from bugs 2021-10-15 01:43:27 +03:00
shell_config.sh