Add interface for the Multi format merge flow#20908
Add interface for the Multi format merge flow#20908darjisagar7 wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 628e3ba)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 628e3ba Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit f180ece
Suggestions up to commit f180ece
Suggestions up to commit 47e9620
Suggestions up to commit 47e9620
Suggestions up to commit 47e9620
|
|
❌ Gradle check result for 1d5b2c6: 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? |
|
Persistent review updated to latest commit 1d5b2c6 |
|
❌ Gradle check result for 1d5b2c6: 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? |
1d5b2c6 to
d069a67
Compare
|
❌ Gradle check result for 47e9620: 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? |
|
Persistent review updated to latest commit 47e9620 |
|
❌ Gradle check result for 47e9620: 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? |
|
Persistent review updated to latest commit 47e9620 |
|
❌ Gradle check result for 47e9620: 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? |
47e9620 to
f180ece
Compare
|
Persistent review updated to latest commit f180ece |
|
❌ Gradle check result for f180ece: 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? |
|
Persistent review updated to latest commit f180ece |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #20908 +/- ##
============================================
- Coverage 73.16% 73.16% -0.01%
- Complexity 72545 72632 +87
============================================
Files 5848 5851 +3
Lines 331982 332073 +91
Branches 47949 47957 +8
============================================
+ Hits 242892 242948 +56
- Misses 69561 69626 +65
+ Partials 19529 19499 -30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| * Updates the set of pending merges. Called to refresh the merge queue | ||
| * when the segment state changes. | ||
| */ | ||
| public synchronized void updatePendingMerges() { |
There was a problem hiding this comment.
Does this require implementation in this abstract class or is it an abstract method?
There was a problem hiding this comment.
Added the body of the function
f180ece to
14f98e7
Compare
|
Failed to generate code suggestions for PR |
Signed-off-by: Sagar Darji <darsaga@amazon.com>
14f98e7 to
e0a3664
Compare
|
Failed to generate code suggestions for PR |
Signed-off-by: Mohit Godwani <81609427+mgodwan@users.noreply.github.com>
|
Persistent review updated to latest commit 628e3ba |
|
❌ Gradle check result for 628e3ba: 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? |
RFC
#19490
Description
This PR adds the initial Merge abstraction to support the Merges for the Multi dataformat engine
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
#18416
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.