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

Output of interpolated time series should not include the columns used to derive the result series name #486

Merged
merged 1 commit into from
May 1, 2014

Conversation

jvshahid
Copy link
Contributor

For example for this query select count(c1) from points group by time(5s), c2 into :series_name.count.[c2]; and data:

[
    { "name": "points",
      "columns": ["c1", "c2", "time"],
      "points": [
        [1, "aa", 1398893416],
        [2, "aa", 1398893416],
        [3, "aa", 1398893416],
        [7, "bb", 1398893416],
        [8, "bb", 1398893416],
        [9, "bb", 1398893416]
    ]}
  ]

The resulting time series shouldn't have the c2 column, since that is implied from the series name. It's more efficient to not include the same value over and over in the output time series.

@jvshahid jvshahid added this to the 0.5.13 milestone Apr 30, 2014
@jvshahid jvshahid self-assigned this Apr 30, 2014
jvshahid added a commit that referenced this pull request May 1, 2014
Output of interpolated time series should not include the columns used to derive the result series name
@jvshahid jvshahid merged commit 8143592 into master May 1, 2014
@jvshahid jvshahid deleted the fix-486-remove-extra-columns branch May 1, 2014 16:40
@jvshahid jvshahid modified the milestones: 0.6.0, 0.5.13 May 2, 2014
@jvshahid jvshahid removed their assignment Feb 24, 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.

None yet

1 participant