mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
Merge pull request #69855 from ClickHouse/add-test-62350
Add a test for #62350
This commit is contained in:
commit
7c407e10e5
@ -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