Skip to content

Fix aggregatorFactory meta merge exception#7504

Merged
jon-wei merged 1 commit intoapache:masterfrom
es1220:feature-hll-sketch-merge-factory
Apr 24, 2019
Merged

Fix aggregatorFactory meta merge exception#7504
jon-wei merged 1 commit intoapache:masterfrom
es1220:feature-hll-sketch-merge-factory

Conversation

@es1220
Copy link
Copy Markdown
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.

3 participants