Skip to content
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

[Backport 2.x] Fix multi-value sort for unsigned long #16994

Merged
merged 1 commit into from
Jan 10, 2025

Fix multi-value sort for unsigned long (#16732)

e5c4c1f
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix multi-value sort for unsigned long #16994

Fix multi-value sort for unsigned long (#16732)
e5c4c1f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 10, 2025 in 1s

72.25% of diff hit (target 71.79%)

View this Pull Request on Codecov

72.25% of diff hit (target 71.79%)

Annotations

Check warning on line 26 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 30 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L30

Added line #L30 was not covered by tests

Check warning on line 35 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L35

Added line #L35 was not covered by tests

Check warning on line 40 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L40

Added line #L40 was not covered by tests

Check warning on line 44 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L44

Added line #L44 was not covered by tests

Check warning on line 48 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L48

Added line #L48 was not covered by tests

Check warning on line 53 in server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/LongToSortedNumericUnsignedLongValues.java#L53

Added line #L53 was not covered by tests

Check warning on line 58 in server/src/main/java/org/opensearch/index/fielddata/SortedNumericUnsignedLongValues.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/SortedNumericUnsignedLongValues.java#L58

Added line #L58 was not covered by tests

Check warning on line 63 in server/src/main/java/org/opensearch/index/fielddata/fieldcomparator/UnsignedLongValuesComparatorSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/fieldcomparator/UnsignedLongValuesComparatorSource.java#L63

Added line #L63 was not covered by tests

Check warning on line 67 in server/src/main/java/org/opensearch/index/fielddata/fieldcomparator/UnsignedLongValuesComparatorSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/fielddata/fieldcomparator/UnsignedLongValuesComparatorSource.java#L67

Added line #L67 was not covered by tests

Check warning on line 175 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L175

Added line #L175 was not covered by tests

Check warning on line 298 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L298

Added line #L298 was not covered by tests

Check warning on line 355 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L355

Added line #L355 was not covered by tests

Check warning on line 359 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L358-L359

Added lines #L358 - L359 were not covered by tests

Check warning on line 537 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L537

Added line #L537 was not covered by tests

Check warning on line 720 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L720

Added line #L720 was not covered by tests

Check warning on line 1246 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1246

Added line #L1246 was not covered by tests

Check warning on line 1251 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1251

Added line #L1251 was not covered by tests

Check warning on line 1268 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1268

Added line #L1268 was not covered by tests

Check warning on line 1280 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1280

Added line #L1280 was not covered by tests

Check warning on line 1303 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1303

Added line #L1303 was not covered by tests

Check warning on line 1315 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1315

Added line #L1315 was not covered by tests

Check warning on line 1335 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1335

Added line #L1335 was not covered by tests

Check warning on line 1353 in server/src/main/java/org/opensearch/search/MultiValueMode.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/MultiValueMode.java#L1353

Added line #L1353 was not covered by tests