-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add default implementation to new finalizeSnapshot() in Repository #16128
Add default implementation to new finalizeSnapshot() in Repository #16128
Conversation
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for 606b547: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 606b547: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16128 +/- ##
============================================
- Coverage 72.00% 71.92% -0.09%
+ Complexity 64487 64460 -27
============================================
Files 5288 5288
Lines 301419 301424 +5
Branches 43549 43550 +1
============================================
- Hits 217026 216787 -239
- Misses 66587 66815 +228
- Partials 17806 17822 +16 ☔ View full report in Codecov by Sentry. |
…16128) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 9a5c7b2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…pensearch-project#16128) Signed-off-by: Sachin Kale <[email protected]>
…16128) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 9a5c7b2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…n Repository (#16141) * Add default implementation to new finalizeSnapshot() in Repository (#16128) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 9a5c7b2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix japicmp configuration by treating abstract-to-default method changes as non-breaking Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Andriy Redko <[email protected]>
…pensearch-project#16128) Signed-off-by: Sachin Kale <[email protected]>
…pensearch-project#16128) Signed-off-by: Sachin Kale <[email protected]>
…pensearch-project#16128) Signed-off-by: Sachin Kale <[email protected]>
…pensearch-project#16128) Signed-off-by: Sachin Kale <[email protected]>
Description
Repository.finalizeSnapshot
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.