-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
distsql: proto specs for join processors #10054
Conversation
Review status: 0 of 5 files reviewed at latest revision, 2 unresolved discussions, all commit checks successful. pkg/sql/distsql/processors.proto, line 167 at r1 (raw file):
very small nit: I had to read this a couple times to understand it, I kept waiting for the "else" counterpart to the "if". Maybe s/If the left/Assuming the left/? pkg/sql/distsql/processors.proto, line 173 at r1 (raw file):
hash join processor? Comments from Reviewable |
Reviewed 4 of 5 files at r1. pkg/sql/distsql/processors.proto, line 139 at r1 (raw file):
'The inputs must have' for more clarity. pkg/sql/distsql/processors.proto, line 141 at r1 (raw file):
pkg/sql/distsql/processors.proto, line 144 at r1 (raw file):
'columns'. pkg/sql/distsql/processors.proto, line 161 at r1 (raw file):
how are we determining what pkg/sql/distsql/processors.proto, line 179 at r1 (raw file):
what would this look like for pkg/sql/distsql/processors.proto, line 191 at r1 (raw file):
see above, how are we going to determine what Comments from Reviewable |
74e3fb0
to
62e04e5
Compare
TFTRs, updated Review status: 2 of 5 files reviewed at latest revision, 8 unresolved discussions. pkg/sql/distsql/processors.proto, line 139 at r1 (raw file):
|
Review status: 2 of 5 files reviewed at latest revision, 4 unresolved discussions, all commit checks successful. pkg/sql/distsql/processors.proto, line 179 at r1 (raw file):
|
Reviewed 1 of 5 files at r1, 2 of 2 files at r2. Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, all commit checks successful. pkg/sql/distsql/processors.proto, line 179 at r1 (raw file):
|
62e04e5
to
f836a2c
Compare
This change is