-
Notifications
You must be signed in to change notification settings - Fork 702
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
Reserve fields in execution protos #6321
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Eduardo Apolinario <[email protected]>
Code Review Agent Run #4858fcActionable Suggestions - 0Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6321 +/- ##
==========================================
- Coverage 58.50% 58.48% -0.02%
==========================================
Files 937 937
Lines 71088 71088
==========================================
- Hits 41587 41577 -10
- Misses 26349 26359 +10
Partials 3152 3152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The token might be outdated. |
#6329 should fix it |
Tracking issue
NA
Why are the changes needed?
We are using these fields in Union.
What changes were proposed in this pull request?
How was this patch tested?
Labels
Please add one or more of the following labels to categorize your PR:
This is important to improve the readability of release notes.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link
Summary by Bito
This pull request reworks execution protobuf definitions by reserving critical fields for union operations. The changes remove obsolete byte blocks, add new field definitions, and restructure byte sequences across Go and Python implementations. These modifications enhance the structure, forward compatibility, and extensibility of execution protos to support future union functionality.Unit tests added: False
Estimated effort to review (1-5, lower is better): 3