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 havingSpec on complex aggregators. #5024

Merged
merged 2 commits into from
Nov 1, 2017
Merged

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Oct 31, 2017

Fixes #4957.

- Uses the technique from apache#4883 on DimFilterHavingSpec too.
- Also uses Transformers from apache#4890, necessitating a move of that and other
  related classes from druid-server to druid-processing. They probably make
  more sense there anyway.
- Adds a SQL query test.

Fixes apache#4957.
@fjy fjy merged commit 6c725a7 into apache:master Nov 1, 2017
gianm added a commit to implydata/druid-public that referenced this pull request Nov 15, 2017
* Fix havingSpec on complex aggregators.

- Uses the technique from apache#4883 on DimFilterHavingSpec too.
- Also uses Transformers from apache#4890, necessitating a move of that and other
  related classes from druid-server to druid-processing. They probably make
  more sense there anyway.
- Adds a SQL query test.

Fixes apache#4957.

* Remove unused import.
gianm added a commit to implydata/druid-public that referenced this pull request Dec 6, 2017
* Fix havingSpec on complex aggregators.

- Uses the technique from apache#4883 on DimFilterHavingSpec too.
- Also uses Transformers from apache#4890, necessitating a move of that and other
  related classes from druid-server to druid-processing. They probably make
  more sense there anyway.
- Adds a SQL query test.

Fixes apache#4957.

* Remove unused import.
@jon-wei jon-wei added this to the 0.12.0 milestone Jan 5, 2018
@gianm gianm deleted the sql-fix-having-cd branch September 23, 2022 19:28
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