Add a test for #62350

This commit is contained in:
Alexey Milovidov 2024-09-22 23:31:39 +02:00
parent 4d2259407a
commit 22a6cb37f4
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]);