mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test.
This commit is contained in:
parent
74cdf98e8f
commit
c79aa13fa9
@ -0,0 +1 @@
|
||||
\N \N
|
21
tests/queries/0_stateless/01650_expressions_merge_bug.sql
Normal file
21
tests/queries/0_stateless/01650_expressions_merge_bug.sql
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
SELECT
|
||||
NULL IN
|
||||
(
|
||||
SELECT
|
||||
9223372036854775807,
|
||||
9223372036854775807
|
||||
),
|
||||
NULL
|
||||
FROM
|
||||
(
|
||||
SELECT DISTINCT
|
||||
NULL,
|
||||
NULL,
|
||||
NULL IN
|
||||
(
|
||||
SELECT (NULL, '-1')
|
||||
),
|
||||
NULL
|
||||
FROM numbers(1024)
|
||||
)
|
Loading…
Reference in New Issue
Block a user