This commit is contained in:
Nikita Mikhaylov 2021-07-12 14:36:56 +00:00
parent 1b4f60a0f6
commit 9cd29f359f
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 }