-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.9.4.2] for WHERE time, Operator 'OR' behaves as 'AND' #4449
Comments
@madshall what version of InfluxDB are you running? |
@beckettsean I'm running the latest 0.9.4.2 build. |
@madshall your query is a bit strange. From https://influxdb.com/docs/v0.9/query_language/functions.html it is expected that you use |
@fg2it that |
@fg2it
|
Further characterization, when using relative offsets the "winner" of the OR is the one with the smaller result set (I think). Testing with
Testing with
Another explanation is that the smaller result pool is returned |
Same appears to be true for absolute time ranges:
|
The query:
returns:
The query:
returns:
But the query:
returns an intersection and not a conjunction:
The text was updated successfully, but these errors were encountered: