Fix missing value of FieldSort for unsigned_long#14963
Fix missing value of FieldSort for unsigned_long#14963reta merged 3 commits intoopensearch-project:mainfrom
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 <panguixin@bytedance.com>
Signed-off-by: panguixin <panguixin@bytedance.com>
Signed-off-by: panguixin <panguixin@bytedance.com>
f5544fb to
896e850
Compare
* Fix missing value of FieldSort for unsigned_long Signed-off-by: panguixin <panguixin@bytedance.com> * add changelog Signed-off-by: panguixin <panguixin@bytedance.com> * apply review comments Signed-off-by: panguixin <panguixin@bytedance.com> --------- Signed-off-by: panguixin <panguixin@bytedance.com> (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 <panguixin@bytedance.com> 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 <panguixin@bytedance.com> * add changelog Signed-off-by: panguixin <panguixin@bytedance.com> * apply review comments Signed-off-by: panguixin <panguixin@bytedance.com> --------- Signed-off-by: panguixin <panguixin@bytedance.com>
…14963) * Fix missing value of FieldSort for unsigned_long Signed-off-by: panguixin <panguixin@bytedance.com> * add changelog Signed-off-by: panguixin <panguixin@bytedance.com> * apply review comments Signed-off-by: panguixin <panguixin@bytedance.com> --------- Signed-off-by: panguixin <panguixin@bytedance.com>
Description
Two changes here:
ClassCastExceptionwill 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.