Skip to content

Commit 837e922

Browse files
committed
integrate upstream changes
1 parent 39a0917 commit 837e922

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/mapper/TDigestFieldMapperTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,11 @@ protected IngestScriptSupport ingestScriptSupport() {
381381
throw new AssumptionViolatedException("not supported");
382382
}
383383

384+
@Override
385+
protected List<SortShortcutSupport> getSortShortcutSupport() {
386+
return List.of();
387+
}
388+
384389
public void testArrayValueSyntheticSource() throws Exception {
385390
DocumentMapper mapper = createSytheticSourceMapperService(
386391
fieldMapping(b -> b.field("type", "tdigest").field("ignore_malformed", "true"))

0 commit comments

Comments
 (0)