-
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
Fix missing value of FieldSort for unsigned_long #14963
Conversation
❌ Gradle check result for a921fb8: 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 6777ca6: 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? |
.../java/org/opensearch/index/fielddata/fieldcomparator/UnsignedLongValuesComparatorSource.java
Outdated
Show resolved
Hide resolved
.../java/org/opensearch/index/fielddata/fieldcomparator/UnsignedLongValuesComparatorSource.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for e33606f: 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? |
@bugmakerrrrrr could you please resolve the conflicts? thank you |
e33606f
to
f5544fb
Compare
Done |
❕ Gradle check result for f5544fb: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14963 +/- ##
============================================
- Coverage 71.79% 71.79% -0.01%
+ Complexity 62736 62725 -11
============================================
Files 5161 5161
Lines 294368 294371 +3
Branches 42577 42578 +1
============================================
- Hits 211337 211330 -7
- Misses 65626 65691 +65
+ Partials 17405 17350 -55 ☔ View full report in Codecov by Sentry. |
@bugmakerrrrrr DCO check is failing sadly :( |
Signed-off-by: panguixin <[email protected]>
Signed-off-by: panguixin <[email protected]>
Signed-off-by: panguixin <[email protected]>
f5544fb
to
896e850
Compare
* Fix missing value of FieldSort for unsigned_long Signed-off-by: panguixin <[email protected]> * add changelog Signed-off-by: panguixin <[email protected]> * apply review comments Signed-off-by: panguixin <[email protected]> --------- Signed-off-by: panguixin <[email protected]> (cherry picked from commit ffa67f9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix missing value of FieldSort for unsigned_long * add changelog * apply review comments --------- (cherry picked from commit ffa67f9) Signed-off-by: panguixin <[email protected]> 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>
…14963) * Fix missing value of FieldSort for unsigned_long Signed-off-by: panguixin <[email protected]> * add changelog Signed-off-by: panguixin <[email protected]> * apply review comments Signed-off-by: panguixin <[email protected]> --------- Signed-off-by: panguixin <[email protected]>
…14963) * Fix missing value of FieldSort for unsigned_long Signed-off-by: panguixin <[email protected]> * add changelog Signed-off-by: panguixin <[email protected]> * apply review comments Signed-off-by: panguixin <[email protected]> --------- Signed-off-by: panguixin <[email protected]>
Description
Two changes here:
ClassCastException
will be thrown(class java.lang.Integer cannot be cast to class java.math.BigInteger
).Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.