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

queryType: select #13

Merged
merged 1 commit into from
Sep 8, 2014
Merged

queryType: select #13

merged 1 commit into from
Sep 8, 2014

Conversation

KenjiTakahashi
Copy link
Contributor

Since we plan to use it, I went away and implemented first piece for #11 myself :-).


:param str datasource: Data source to query
:param str granularity: Time bucket to aggregate data by hour, day, minute, etc.
:param dict pagingSpec: Indicates offsets into different scanned segments
Copy link
Contributor

Choose a reason for hiding this comment

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

paging_spec would be more pythonic for the kwarg

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, will do.

@dganguli
Copy link
Contributor

dganguli commented Sep 2, 2014

Looks good to me! Just left some minor comments. I can't merge tho.

@fjy
Copy link
Member

fjy commented Sep 4, 2014

Hi @KenjiTakahashi, all Metamarkets open-source projects are covered by the same CLA as Druid.

If you are contributing on behalf of an organization, please have your company fill out the corporate CLA and email it to us: https://github.com/metamx/druid/raw/master/DruidCorporateCLA.pdf

If you are working on your own behalf and agree to the CLA, responding with a comment of "I agree to the terms of the Metamarkets Individual CLA as it exists in the current master branch" is sufficient: https://github.com/metamx/druid/raw/master/DruidIndividualCLA.pdf

@@ -7,3 +7,5 @@ build/
dist/
pyDruid.egg-info/

*~
Copy link
Member

Choose a reason for hiding this comment

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

no need to add those to the project, you can add those to your global .gitignore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, I honestly did not know about that option. Well, you learn something every day :-).

@KenjiTakahashi
Copy link
Contributor Author

@fjy I have just sent you the CLA. Sorry for the delay, had to reach our Sheriff on this :-).

fjy added a commit that referenced this pull request Sep 8, 2014
@fjy fjy merged commit 52ff514 into druid-io:master Sep 8, 2014
@xvrl xvrl modified the milestone: 0.2.2 Jul 28, 2015
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.

4 participants