[BUG] PPL doesn't allow pure booleans in WHERE clauses #3273
Labels
bug
Something isn't working
dynamic-test
Issues found by or related to Dynamic Testing
PPL
Piped processing language
What is the bug?
In PPL WHERE clauses, most plain boolean expressions are failing. Two related repros below:
How can one reproduce the bug?
test_19a673e2
) with at least two fields of typeboolean
(herex
andy
).x
is truthy:Result:
WHERE
:Result:
x = TRUE
instead of justx
, but now let's try combining variables:Result:
What is the expected behavior?
Logical expressions involving boolean variables should behave as expected.
What is your host/environment?
Do you have any screenshots?
N/A
Do you have any additional context?
Found by distributed-testing.
The text was updated successfully, but these errors were encountered: