mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Added test
This commit is contained in:
parent
f4473c5de4
commit
0dc7da92b4
@ -0,0 +1,5 @@
|
||||
SELECT
|
||||
cityHash64(number GLOBAL IN (NULL, -2147483648, -9223372036854775808), nan, 1024, NULL, NULL, 1.000100016593933, NULL),
|
||||
(NULL, cityHash64(inf, -2147483648, NULL, NULL, 10.000100135803223), cityHash64(1.1754943508222875e-38, NULL, NULL, NULL), 2147483647)
|
||||
FROM cluster(test_cluster_two_shards_localhost, numbers((NULL, cityHash64(0., 65536, NULL, NULL, 10000000000., NULL), 0) GLOBAL IN (some_identifier), 65536))
|
||||
WHERE number GLOBAL IN [1025] --{serverError 284}
|
Loading…
Reference in New Issue
Block a user