mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Update tests after removing harmful code
This commit is contained in:
parent
efbc308739
commit
e95d67b8e2
@ -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
|
||||
|
@ -1 +1 @@
|
||||
1
|
||||
1 2
|
||||
|
@ -1 +1 @@
|
||||
select _ut_1 from (select untuple((1,2)));
|
||||
select * from (select untuple((1,2)));
|
||||
|
Loading…
Reference in New Issue
Block a user