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
For information, the playground is reporting the below warnings
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
The text was updated successfully, but these errors were encountered:
@mdouaihy thank you for reporting. 👍 I agree that the grammar allows a unary-test in the list filter expression. However, I don't see that this case is mentioned explicitly in the specification.
Do you see a reference for the evaluation in the specification?
Do you see a related test case in the DMN TCK?
The FEEL expression
[1, 2, 3][>1]
is expected to returns[2, 3]
. Instead, it's returning[]
The issue can be observed using the Playground running version 1.19.1 of the engine
https://camunda.github.io/feel-scala/docs/playground/?expression-type=expression
For information, the playground is reporting the below warnings
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
The text was updated successfully, but these errors were encountered: