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 aggregatorFactory meta merge exception #7504

Merged
merged 1 commit into from
Apr 24, 2019

Conversation

es1220
Copy link
Contributor

@es1220 es1220 commented Apr 18, 2019

Fix HllSketch Metadata merge Exception

A segmentMetadata query with merge = true raises an exception because it does not implement the getMergingFactory method.

{
    "error": "Unknown exception",
    "errorMessage": "[io.druid.query.aggregation.datasketches.hll.HllSketchMergeAggregatorFactory] does not implement getMergingFactory(..)",
    "errorClass": "io.druid.java.util.common.UOE",
    "host": null
}

@jon-wei jon-wei merged commit 3e25b75 into apache:master Apr 24, 2019
clintropolis pushed a commit to clintropolis/druid that referenced this pull request Apr 24, 2019
gianm pushed a commit to implydata/druid-public that referenced this pull request May 10, 2019
@jihoonson jihoonson added this to the 0.15.0 milestone May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants