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

Continuous queries with group by time() and another column that insert into an interpolated series should use a sequence_number of 1 #458

Closed
toddboom opened this issue Apr 18, 2014 · 0 comments
Assignees
Milestone

Comments

@toddboom
Copy link
Contributor

Currently, these are calculating incrementing sequence numbers, which is the correct behavior only if the points are all being written into a single time series. Interpolated series should each have a unique sequence_number.

@toddboom toddboom added this to the 0.5.10 milestone Apr 18, 2014
@toddboom toddboom self-assigned this Apr 18, 2014
pauldix added a commit that referenced this issue Apr 21, 2014
…ce-numbers

Fix #458. Correct sequence number calculation during continuous query interpolation.
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

No branches or pull requests

1 participant