Update tests after removing harmful code

This commit is contained in:
Alexey Milovidov 2021-07-10 10:29:30 +03:00
parent efbc308739
commit e95d67b8e2
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
hello 1 3 world
9
9 (0,1)
key v1 v2 v3 v4 v5
key tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), 1) tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), 2) tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), 3) tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), 4) tupleElement(argMax(tuple(v1, v2, v3, v4, v5), v1), 5)
4 10 20 10 20 30
3 70 20 10 20 30
2 11 20 10 20 30

View File

@ -1 +1 @@
select _ut_1 from (select untuple((1,2)));
select * from (select untuple((1,2)));