Zachary Tong d26becc040 Fix NPE when values is omitted on percentile_ranks agg (#26046)
An array of values is required because there is no default (or
reasonable way to set a default).  But validation for values
only happens if it is actually set.  If the values param is omitted
entirely than the agg builder will NPE.
2017-08-15 13:09:15 -04:00
..
2017-07-17 18:21:39 +02:00
2017-08-15 06:19:06 +09:00
2017-04-11 11:26:26 -06:00
2017-07-11 15:15:25 +02:00