-
Notifications
You must be signed in to change notification settings - Fork 155
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
Add MetadataStore methods to PipedService #5469
Conversation
Signed-off-by: t-kikuc <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5469 +/- ##
=======================================
Coverage 26.19% 26.19%
=======================================
Files 458 458
Lines 49169 49169
=======================================
Hits 12881 12881
Misses 35266 35266
Partials 1022 1022 ☔ View full report in Codecov by Sentry. |
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 👍
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.
Thank you!
LGTM except one nitpick.
message PutStageMetadataResponse { | ||
bool success = 1; | ||
} |
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.
We don't need success field because we can return error as gRPC error.
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.
Signed-off-by: t-kikuc <[email protected]>
@khanhtc1202 Would you please approve again? |
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
What this PR does:
Added the following MetadataStore methods to PipedService:
Why we need it:
Plugins need to Read/Write metadata in Piped-side for the following use cases:
Which issue(s) this PR fixes:
Part of #4980
Does this PR introduce a user-facing change?: