elasticsearch/modules/parent-join
Nik Everett 8c37d05fdf
Support longs in BitArray (#61867)
We frequently use `long`s with `BitArray` in aggs and right now we have
to assert that the `long` fits in an `int`. This adds support for `long`
to `BitArray` so we don't need those assertions.
2020-09-02 13:12:34 -04:00
..
src Support longs in BitArray (#61867) 2020-09-02 13:12:34 -04:00
build.gradle Introduce javaRestTest source set/task and convert modules (#59939) 2020-07-21 17:17:17 -05:00