Trying to fix test

This commit is contained in:
achulkov2 2019-12-24 21:47:32 +03:00
parent b6892466f2
commit 453ff6d321

View File

@ -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);
/*