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

Points with different number of columns from multiple shards return incorrect result #392

Merged
merged 2 commits into from
Apr 9, 2014

Conversation

jvshahid
Copy link
Contributor

@jvshahid jvshahid commented Apr 8, 2014

See https://groups.google.com/forum/#!topic/influxdb/LuD7DJN49f8 for more details. Copying the given example for illustration:

{
  "columns":[
      "time",
      "sequence_number",
      "column1",
      "column2",
      "column4",
      "column3"
   ],
   "points":[
      [
         1396374564460,
         1000001,
         "val_column1",
         "val_column2",
         "val_column4",
         "val_column3"
      ],
      [
         1395834696224,
         5190001,
         "val_column1",
         "val_column2",
         "val_column3" // <- this value is in column4's index
      ]
   ]
}

@jvshahid jvshahid added this to the 0.5.6 milestone Apr 7, 2014
@jvshahid jvshahid self-assigned this Apr 7, 2014
@jvshahid jvshahid added the bug label Apr 7, 2014
jvshahid added a commit that referenced this pull request Apr 9, 2014
…s-shards

Points with different number of columns from multiple shards return incorrect result
@jvshahid jvshahid merged commit 08ab09a into master Apr 9, 2014
@jvshahid jvshahid deleted the fix-392-different-columns-across-shards branch April 9, 2014 00:02
@chobie chobie mentioned this pull request Jun 3, 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