-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade pdata to proto to 1.4.0 #11722
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11722 +/- ##
==========================================
- Coverage 91.63% 91.55% -0.09%
==========================================
Files 442 446 +4
Lines 23776 23726 -50
==========================================
- Hits 21787 21722 -65
- Misses 1618 1633 +15
Partials 371 371 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Is there any way we can make a graceful transition for avoiding this breakage in contrib?
|
I can bring back |
I have made EndTime a noop. |
f3aeaa5
to
38654e7
Compare
38654e7
to
3306d59
Compare
It really depends how reviews go. If you prefer reviewing a single but bigger PR, then yes. |
This upgrades pdata to the 1.4.0 version of protobufs.
Sorry for the very large PR. This can't really be split into smaller PRs though, as changes are not backwards compatible.
This PR includes #11706, as the two are very close and separating them would cause weird conflicts.
The two changes can be merged either as separate PRs (with 11706 first), or as one.
Closes #11720
cc @mx-psi