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

Merge fails with different timestamps and 'where' clause #608

Closed
mastor opened this issue May 31, 2014 · 0 comments
Closed

Merge fails with different timestamps and 'where' clause #608

mastor opened this issue May 31, 2014 · 0 comments

Comments

@mastor
Copy link

mastor commented May 31, 2014

Thank you for fixing the #602 so quickly!

However, using the same dataset as #602, I added the "where" clause in the query and it still returns an empty list.

select * from test_merge_1 where time > '1980-01-01' and time < '1980-01-04'

Result:

[
  {
    "name": "test_merge_1",
    "columns": [
      "time",
      "sequence_number",
      "value"
    ],
    "points": [
      [
        315532800000,
        20001,
        "a value"
      ],
      [
        315532800000,
        10001,
        "a value"
      ]
    ]
  }
]

And the merged query:

select * from test_merge_1 merge test_merge_2 where time > '1980-01-01' and time < '1980-01-04'

Returns:

[]
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