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

Join queries with math don't work #328

Closed
pauldix opened this issue Mar 11, 2014 · 2 comments
Closed

Join queries with math don't work #328

pauldix opened this issue Mar 11, 2014 · 2 comments
Milestone

Comments

@pauldix
Copy link
Member

pauldix commented Mar 11, 2014

Join queries that perform math on the values no longer work. For instance, write in the following data:

[
  {"name":"seriesA", "columns":["value"], "points":[[23]]}, 
  {"name":"seriesB", "columns":["value"], "points":[[11]]}
]

Then try select seriesA.value - seriesB.value from seriesA inner join seriesB which will return no data. However, if you do select * from seriesA inner join seriesB that will work and join the series.

@pauldix pauldix added this to the 0.6.0 milestone Mar 11, 2014
@jjmalina
Copy link

jjmalina commented Apr 7, 2014

any news on when this might get fixed?

@jvshahid
Copy link
Contributor

jvshahid commented Apr 7, 2014

Moving this to 0.5.6, the next release

@jvshahid jvshahid modified the milestones: 0.5.6, 0.6.0 Apr 7, 2014
@jvshahid jvshahid added the bug label Apr 7, 2014
@jvshahid jvshahid modified the milestones: 0.5.7, 0.5.6 Apr 9, 2014
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

3 participants