mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
34e67b521a
commit
cea3de5243
@ -0,0 +1,4 @@
|
||||
[]
|
||||
[]
|
||||
[]
|
||||
[]
|
4
tests/queries/0_stateless/01376_array_fill_empty.sql
Normal file
4
tests/queries/0_stateless/01376_array_fill_empty.sql
Normal file
@ -0,0 +1,4 @@
|
||||
SELECT arrayFill(x -> (x < 10), []);
|
||||
SELECT arrayFill(x -> (x < 10), emptyArrayUInt8());
|
||||
SELECT arrayFill(x -> 1, []);
|
||||
SELECT arrayFill(x -> 0, []);
|
Loading…
Reference in New Issue
Block a user