Skip to content

Commit

Permalink
Fix type tests for Missing aggregation (#53501)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon authored Mar 12, 2020
1 parent 5960eed commit 64d5c84
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,10 @@ protected List<ValuesSourceType> getSupportedValuesSourceTypes() {
CoreValuesSourceType.BYTES,
CoreValuesSourceType.GEOPOINT,
CoreValuesSourceType.RANGE,
CoreValuesSourceType.HISTOGRAM
CoreValuesSourceType.HISTOGRAM,
CoreValuesSourceType.IP,
CoreValuesSourceType.BOOLEAN,
CoreValuesSourceType.DATE
);
}

Expand Down

0 comments on commit 64d5c84

Please sign in to comment.