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

Deprecate IntervalChunkingQueryRunner #6591

Merged
merged 4 commits into from
Nov 13, 2018

Conversation

jihoonson
Copy link
Contributor

IntervalChunkingQueryRunner does nothing useful except for groupBy v1 which eagerly merges intermediate aggregates in mergeResults(). (See #4004 (comment) for details.) Since v2 is now the default for groupBy, I think it makes sense to deprecate this.

@jihoonson jihoonson changed the title Deprecate interval chunk Deprecate IntervalChunkingQueryRunner Nov 8, 2018
Copy link
Contributor

@gianm gianm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM. chunkPeriod has a weird and confusing history, and I feel is not really useful at this point.

@fjy fjy merged commit cdae2fe into apache:master Nov 13, 2018
@fjy fjy added this to the 0.13.1 milestone Nov 13, 2018
gianm added a commit to gianm/druid that referenced this pull request Jan 18, 2020
gianm added a commit that referenced this pull request Jan 20, 2020
* Remove the deprecated interval-chunking stuff.

See #6591, #4004 (comment) for details.

* Remove unused import.

* Remove chunkInterval too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants