-
Notifications
You must be signed in to change notification settings - Fork 264
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
COUNT(*)
does not work as expected
#1170
Comments
Hello, I am planning to take this issue if no one is currently working on it for 4420 evadb project. Thanks! |
@jkim3663 sounds good, thanks! |
@xzdandy @pchunduri6 Hey everyone, I just wanted to note that |
#1170 COUNT(*) did not work with GROUP BY, while COUNT(column_name), or COUNT(SEGMENT(sth)) worked with group by. The issue was due to wrong column name assingment while creating a tuple value expression. I added a test case and a sample pdf that is same as the one from the issue.
Search before asking
Bug
COUNT(*) throws an
invalid column id
error.Environment
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: