mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Test shadow lambda recovery
Be a good citizen and leave a test checking for the recovery after the lambda function has been processed
This commit is contained in:
parent
8b9778ebb6
commit
fd76966715
@ -1,3 +1,3 @@
|
||||
1000 [2,3,4]
|
||||
1000 [2,3,4] 1010
|
||||
1
|
||||
1
|
||||
|
@ -1,6 +1,7 @@
|
||||
SELECT
|
||||
1000 AS a,
|
||||
arrayMap(a -> (a + 1), [1, 2, 3]);
|
||||
arrayMap(a -> (a + 1), [1, 2, 3]),
|
||||
a + 10 as c;
|
||||
|
||||
|
||||
-- https://github.com/ClickHouse/ClickHouse/issues/5046
|
||||
|
Loading…
Reference in New Issue
Block a user