mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Trying to fix test
This commit is contained in:
parent
b6892466f2
commit
453ff6d321
@ -4,35 +4,7 @@ use test_01037;
|
||||
drop table if exists polygons;
|
||||
|
||||
create table polygons (key Array(Array(Array(Array(Float64)))), name String, u64 UInt64) Engine = Memory;
|
||||
insert into polygons values (--
|
||||
[--
|
||||
[--
|
||||
[--
|
||||
[1, 3],
|
||||
[1, 1],
|
||||
[3, 1],
|
||||
[3, -1],
|
||||
[1, -1],
|
||||
[1, -3],
|
||||
[-1. -3],
|
||||
[-1, -1],
|
||||
[-3, -1],
|
||||
[-3, 1],
|
||||
[-1, 1],
|
||||
[-1, 3]
|
||||
]--
|
||||
],
|
||||
[--
|
||||
[--
|
||||
[5, 5],
|
||||
[5, 1],
|
||||
[7, 1],
|
||||
[7, 7],
|
||||
[1, 7],
|
||||
[1, 5]
|
||||
]--
|
||||
]--
|
||||
],
|
||||
insert into polygons values ([[[[1, 3], [1, 1], [3, 1], [3, -1], [1, -1], [1, -3], [-1. -3], [-1, -1], [-3, -1], [-3, 1], [-1, 1], [-1, 3]]], [[[5, 5], [5, 1], [7, 1], [7, 7], [1, 7], [1, 5]]]],
|
||||
'Click',
|
||||
42);
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user