a-sergeichik

Results 1 comments of a-sergeichik

ES 6.8.4 supports `Point` shape type https://www.elastic.co/guide/en/elasticsearch/reference/6.8/geo-shape.html#point Moreover it throws the same error for `Polygon` and other shape types ``` insert into example (id, location) values (uuid(), '{ "type" :...