-
Notifications
You must be signed in to change notification settings - Fork 600
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: impl batch operators to pb #986
Conversation
Codecov Report
@@ Coverage Diff @@
## main #986 +/- ##
============================================
+ Coverage 71.05% 71.23% +0.17%
Complexity 2766 2766
============================================
Files 977 978 +1
Lines 57587 57772 +185
Branches 1790 1790
============================================
+ Hits 40921 41156 +235
+ Misses 15775 15725 -50
Partials 891 891
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
Rest LGTM, good work!
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.
LGTM. I've defined a mock to_prost
before. You may remove it and change all occurrence to to_protobuf
instead.
Seems that |
The pg regression test failed... Is it related to this change?
|
Didn't find |
also some new errors: io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception: Header size exceeded max allowed size (10240) |
The CI will check for panic message, but it seems that it's a normal error 🤣 I'll change the filter for finding panic in log, so that errors can be safely ignored. |
Signed-off-by: Alex Chi <[email protected]>
@skyzh Sorry for this, I really don't know why this change was made, because my local file didn't match with the version on GitHub, I totally didn't change this file. |
https://singularity-data.slack.com/archives/C0358PVT2AX/p1647506847423739 If a SQL query fails, there will be Now we check |
What's changed and what's your intention?
query_id
is generated by uuid, though the possibility of id overlapping is extremely low, we should still prevent this). The TaskManager handles this case by just rejecting the conflicted query).select 1
shows nothing). I'll fix it later.Checklist
Refer to a related PR or issue link (optional)