lewiszlw opened a new issue, #8978: URL: https://github.com/apache/arrow-datafusion/issues/8978
### Describe the bug  commit: ee7ab0b83ff5bf2934519cd6718ccea620edea1e If comment out optimize_projections rule, then works fine. ### To Reproduce ``` 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; ``` ### Expected behavior _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
