-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Refactor] HPPC IntArrayList and ObjectArrayList to j.u.List #8602
[Refactor] HPPC IntArrayList and ObjectArrayList to j.u.List #8602
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8602 +/- ##
============================================
- Coverage 70.90% 70.87% -0.04%
+ Complexity 57008 56915 -93
============================================
Files 4759 4758 -1
Lines 269693 269227 -466
Branches 39454 39402 -52
============================================
- Hits 191235 190807 -428
+ Misses 62317 62300 -17
+ Partials 16141 16120 -21
|
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.
Looks good.
There's a conflict on the changelog. I'd be fine with omitting a changelog entry here since this is really just an internal refactoring.
server/src/main/java/org/opensearch/search/fetch/ShardFetchRequest.java
Outdated
Show resolved
Hide resolved
b2edd6b
to
a664b37
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
a664b37
to
3cf3d7a
Compare
Gradle Check (Jenkins) Run Completed with:
|
…rch-project#8602) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
…rch-project#8602) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 8d2ec76) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…8661) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. (cherry picked from commit 8d2ec76) Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rch-project#8602) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
…rch-project#8602) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: sahil buddharaju <sahilbud@amazon.com>
…rch-project#8602) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
…rch-project#8602) Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Refactors usage of obsolete HPPC IntArrayList and ObjectArrayList to java.util.List.
relates #5910