mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Add test for 57820 #ci_set_analyzer
This commit is contained in:
parent
e4209218d4
commit
b275e06aca
@ -0,0 +1 @@
|
|||||||
|
\N 0
|
@ -0,0 +1,4 @@
|
|||||||
|
SELECT
|
||||||
|
max(NULL > 255) > NULL AS a,
|
||||||
|
count(NULL > 1.) > 1048577
|
||||||
|
FROM numbers(10);
|
Loading…
Reference in New Issue
Block a user