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

Filter predicates should not be aliased #3795

Closed
andygrove opened this issue Oct 11, 2022 · 0 comments · Fixed by #3796
Closed

Filter predicates should not be aliased #3795

andygrove opened this issue Oct 11, 2022 · 0 comments · Fixed by #3796
Assignees
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug
It does not make sense to have a filter with an alias since it is not possible to reference filter predicates from other expressions.

Valid filter: a > b

Invalid filter: a as foo > b as bar

To Reproduce
I will have a PR up soon demonstrating this

Expected behavior

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant