mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
fix test
This commit is contained in:
parent
1b4f60a0f6
commit
9cd29f359f
@ -39,5 +39,4 @@ Checking s2 index generation.
|
||||
(74.0061,-68.32124) (74.0061,-68.32124) ok
|
||||
(10.61077,-64.1841) (10.61077,-64.1841) ok
|
||||
(-89.81096,-57.01398) (-89.81096,-57.01398) ok
|
||||
(-45,-35.264389716294055)
|
||||
4864204703484167331
|
||||
|
@ -39,7 +39,7 @@ SELECT first, second, result FROM (
|
||||
ORDER BY s2_index
|
||||
);
|
||||
|
||||
SELECT s2ToGeo(toUInt64(-1));
|
||||
SELECT s2ToGeo(toUInt64(-1)); -- { serverError 36 }
|
||||
SELECT s2ToGeo(nan); -- { serverError 43 }
|
||||
SELECT geoToS2(toFloat64(toUInt64(-1)), toFloat64(toUInt64(-1)));
|
||||
SELECT geoToS2(nan, nan); -- { serverError 43 }
|
||||
|
Loading…
Reference in New Issue
Block a user