You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This query does not return the correct results
%dpl
index=index earliest="01/01/2021:00:00:00"
| where _raw > 80 AND _raw < 100
Also combining more than one boolean expression does not return expected results
| where (success="true" AND target = "Daniel") OR (success="true" AND target = "Alice")
Expected behavior
The above queries should return column values either within the given limits or equivalent to what is specified and nothing outside that
#365)
* added AND/OR to get operation in eval statement
* Enabled where disabled tests, removed unused visitEvalStatement and replaced getChild(1) with EvalStatement() in WhereTransformation
* removed checks for correct amount of evalStatements, restricted to PTH-03
Describe the bug
This query does not return the correct results
%dpl
index=index earliest="01/01/2021:00:00:00"
| where _raw > 80 AND _raw < 100
Also combining more than one boolean expression does not return expected results
| where (success="true" AND target = "Daniel") OR (success="true" AND target = "Alice")
Expected behavior
The above queries should return column values either within the given limits or equivalent to what is specified and nothing outside that
How to reproduce
Run the above query in QA
Screenshots
Software version
pth_10 version: 5.5.0-2-g5f9746ea
pth_03 version: 6.1.4
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: