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(query/influxql): normalize selectors when an interval is present #11760

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented Feb 7, 2019

The selector will be normalized to the start time interval when GROUP BY time(X) is present in the query.

Fixes #10747.

The selector will be normalized to the start time interval when `GROUP
BY time(X)` is present in the query.
@jsternberg jsternberg force-pushed the fix/normalize-selectors-with-intervals branch from 3548749 to 19fe862 Compare February 7, 2019 20:59
Copy link
Contributor

@affo affo left a comment

Choose a reason for hiding this comment

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

Why are the tests removed? Are they invalid now?

@jsternberg
Copy link
Contributor Author

Those are skip test declarations.

Copy link
Contributor

@affo affo left a comment

Choose a reason for hiding this comment

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

🤦‍♂️ yepppp

@jsternberg jsternberg merged commit f30820c into flux-staging Feb 11, 2019
@jsternberg jsternberg deleted the fix/normalize-selectors-with-intervals branch February 11, 2019 16:52
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