mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Add a test for #62350
This commit is contained in:
parent
4d2259407a
commit
22a6cb37f4
@ -0,0 +1 @@
|
||||
[2,3]
|
1
tests/queries/0_stateless/03243_array_join_lambda.sql
Normal file
1
tests/queries/0_stateless/03243_array_join_lambda.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT arrayMap(x -> (x + length(arrayJoin([arrayMap(y -> (y + 1), [3])]))), [1, 2]);
|
Loading…
Reference in New Issue
Block a user