-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat: allow empty projection in table scan #677
Conversation
Failure in CI should be fixed by #678 |
This looks good to me, thanks! I'm assuming that the reason why someone would want to perform a scan with an empty projection is to get a row count? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sundy-li for this pr, generally LGTM!
Co-authored-by: Renjie Liu <[email protected]>
As I described in the issue, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sundy-li , LGTM! Please help to fix ci failure.
Seems related opendal's new release, I will get it fixed. |
Thank you @sundy-li for this work, also thanks @liurenjie1024's review and @sdd for fixing CI, we are fine to merge now. |
closes #676