You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Because geo function support is missing in new engine, the following falls back to old engine which cannot handle. May need to add support for common geo functions.
SELECT sum(id) AS id FROM index WHERE GEO_INTERSECTS(geo, '\''POLYGON ((102 2, 103 2, 103 3, 102 3, 102 2))'\'')
{
"error": {
"reason": "Invalid SQL query",
"details": "unsupported method: geo_intersects",
"type": "SqlParseException"
},
"status": 400
}
The text was updated successfully, but these errors were encountered:
Because geo function support is missing in new engine, the following falls back to old engine which cannot handle. May need to add support for common geo functions.
The text was updated successfully, but these errors were encountered: