mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed test #3909
This commit is contained in:
parent
19d57c78b5
commit
4468462ca6
@ -1,3 +1,4 @@
|
||||
SET send_logs_level = 'none';
|
||||
SELECT arrayEnumerateUniq(anyHeavy([]), []);
|
||||
SELECT arrayEnumerateDense([], [sequenceCount(NULL)]); -- { serverError 190 }
|
||||
SELECT arrayEnumerateDense([STDDEV_SAMP(NULL, 910947.571364)], [NULL]);
|
||||
|
Loading…
Reference in New Issue
Block a user