We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
commit: ee7ab0b If comment out optimize_projections rule, then works fine.
create table users (id int, name varchar); insert into users values (1, 'Tom'); create view v as select count(id) from users; select count(1) from v;
No response
The text was updated successfully, but these errors were encountered:
I wonder if @mustafasrepo 's PR #8960 could possible fix this issue
Sorry, something went wrong.
No.
I would like to try this one
It seems there is already a fix here #8992
seems like it is fixed, thanks!
Successfully merging a pull request may close this issue.
Describe the bug
commit: ee7ab0b
If comment out optimize_projections rule, then works fine.
To Reproduce
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: