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

Add new Greatest and Least post aggregators #73

Merged
merged 1 commit into from
May 1, 2017

Conversation

erikdubbelboer
Copy link
Contributor

These were merged in apache/druid#3567 and will be in the next version of Druid.

def __init__(self, fields, output_name=None):

if output_name is None:
name = 'doublegreatest'
Copy link
Member

Choose a reason for hiding this comment

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

minor nit: using the camel cased name, 'doubleGreatest'

Copy link
Member

Choose a reason for hiding this comment

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

this applies to other aggregator names also.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

These were merged in apache/druid#3567
and will be in the next version of Druid.
@erikdubbelboer
Copy link
Contributor Author

Any reason this hasn't been merged?

erikdubbelboer added a commit to atomx/pydruid that referenced this pull request Mar 26, 2017
@erikdubbelboer
Copy link
Contributor Author

Since this featured has been released with druid 0.10.0 I think this should be merged?

@erikdubbelboer
Copy link
Contributor Author

@gianm ?

@nishantmonu51
Copy link
Member

👍

@nishantmonu51 nishantmonu51 merged commit 7503b7d into druid-io:master May 1, 2017
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.

2 participants