Merge pull request #69855 from ClickHouse/add-test-62350

Add a test for #62350
This commit is contained in:
Alexey Milovidov 2024-09-29 20:53:58 +00:00 committed by GitHub
commit 7c407e10e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
[2,3]

View File

@ -0,0 +1 @@
SELECT arrayMap(x -> (x + length(arrayJoin([arrayMap(y -> (y + 1), [3])]))), [1, 2]);