Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CCE when rectangle is given as polygon type #1994

Closed
navis opened this issue May 2, 2019 · 1 comment
Closed

Fix CCE when rectangle is given as polygon type #1994

navis opened this issue May 2, 2019 · 1 comment
Assignees
Labels
bug Something isn't working @engine Issues related to engine

Comments

@navis
Copy link

navis commented May 2, 2019

2019-05-02T08:04:37,966 ERROR [processing-0] io.druid.query.ChainedExecutionQueryRunner - Exception with one of the sequences!
java.lang.ClassCastException: org.locationtech.spatial4j.shape.impl.RectangleImpl cannot be cast to org.locationtech.spatial4j.shape.jts.JtsGeometry
	at io.druid.data.EnvelopeAggregatorFactory$1.aggregate(EnvelopeAggregatorFactory.java:81) ~[?:?]
	at io.druid.query.timeseries.TimeseriesQueryEngine$1.apply(TimeseriesQueryEngine.java:84) ~[druid-processing-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at io.druid.query.timeseries.TimeseriesQueryEngine$1.apply(TimeseriesQueryEngine.java:68) ~[druid-processing-0.9.1-SNAPSHOT.jar:0.9.1-SNAPSHOT]
	at com.metamx.common.guava.MappingAccumulator.accumulate(MappingAccumulator.java:39) ~[java-util-1.3.3.jar:?]
@navis navis added bug Something isn't working @engine Issues related to engine labels May 2, 2019
@navis navis self-assigned this May 2, 2019
@navis
Copy link
Author

navis commented May 8, 2019

Fixed

@navis navis closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @engine Issues related to engine
Projects
None yet
Development

No branches or pull requests

1 participant