-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Open
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)v8.18.5v8.19.0v9.0.0v9.2.0
Description
Two tests in ShapeGeometryFieldMapperTests
are disabled due to this bug:
ignoreTestGeoBoundsBlockLoader
ignoreTestRectangleCrossingDateline
The issue is related to the fact that when we index data with the GeoShapeIndexer
the visit(Rectangle)
method explicitly deals with dateline crossing, and in particular rectangles that touch the dateline. The aggregation code, on the other hand, does not do this, leading to differences. See SpatialEnvelopeVisitor.GeoPointVisitor.visitRectangle(...)
.
This bug applies to all releases that support the ST_EXTENT_AGG
function, which is everything since 8.18.0.
Metadata
Metadata
Assignees
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)v8.18.5v8.19.0v9.0.0v9.2.0