ClickHouse/tests/queries/0_stateless/02816_s2_invalid_point.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
121 B
MySQL
Raw Normal View History

2023-07-18 15:03:56 +00:00
-- Tags: no-fasttest
2023-07-18 14:26:10 +00:00
SELECT geoToS2(toFloat64(toUInt64(-1)), toFloat64(toUInt64(-1))); -- { serverError BAD_ARGUMENTS }