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

[BUG] Parenthesized expression doesn't work in filter #887

Closed
LantaoJin opened this issue Nov 11, 2024 · 0 comments · Fixed by #888
Closed

[BUG] Parenthesized expression doesn't work in filter #887

LantaoJin opened this issue Nov 11, 2024 · 0 comments · Fixed by #888
Labels
bug Something isn't working Lang:PPL Pipe Processing Language support sanity-0.6

Comments

@LantaoJin
Copy link
Member

What is the bug?

source = $testTable | where (country = 'Canada' or age > 60) and age < 25 | fields name, age, country

Failed in parser.

@LantaoJin LantaoJin added bug Something isn't working untriaged and removed untriaged labels Nov 11, 2024
@LantaoJin LantaoJin changed the title [BUG] Parenthesis expression doesn't work in filter [BUG] Parenthesized expression doesn't work in filter Nov 11, 2024
@YANG-DB YANG-DB added the Lang:PPL Pipe Processing Language support label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Lang:PPL Pipe Processing Language support sanity-0.6
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants