-
Notifications
You must be signed in to change notification settings - Fork 0
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
First PR cleanup #18
First PR cleanup #18
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
94f54e6
to
4806b77
Compare
Perhaps we should rename logical scan to "get". Scan semantically sounds more like a physical implementation. |
If we're going to rename it at all, it should probably be named |
Problem
#4 Was the first major PR, but since we were making a lot of changes last minute there were a few things that slipped through with respect to quality control.
Summary of changes
operator::relational::physical
module and theoperator::scalar
module, as those seem kind of unstable right now.ScalarGroupId
instead ofGroupId
.Now that we have something to work off of, requiring documentation on everything (including private items) means that we'll pay the cost right now of making sure people understand what we're doing in the future. I'm willing to relax it a little bit if we put other stuff in place that ensure nobody in the future encounters large chunks of code with zero documentation.