Skip to content

Commit 64d5c84

Browse files
authored
Fix type tests for Missing aggregation (#53501)
1 parent 5960eed commit 64d5c84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/bucket/missing/MissingAggregatorTests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,10 @@ protected List<ValuesSourceType> getSupportedValuesSourceTypes() {
451451
CoreValuesSourceType.BYTES,
452452
CoreValuesSourceType.GEOPOINT,
453453
CoreValuesSourceType.RANGE,
454-
CoreValuesSourceType.HISTOGRAM
454+
CoreValuesSourceType.HISTOGRAM,
455+
CoreValuesSourceType.IP,
456+
CoreValuesSourceType.BOOLEAN,
457+
CoreValuesSourceType.DATE
455458
);
456459
}
457460

0 commit comments

Comments
 (0)