OpenSearch/modules/parent-join/src
Nik Everett c19f67ce30
Support longs in BitArray (backport of #61867) (#61871)
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 17:24:31 -04:00
..
internalClusterTest/java/org/elasticsearch/join [7.x] Introduce javaRestTest source set/task and convert modules (#59939) (#60026) 2020-07-28 08:39:11 -05:00
main Support longs in BitArray (backport of #61867) (#61871) 2020-09-02 17:24:31 -04:00
test Fix the parent join aggregator test case (#60991) 2020-08-11 17:53:15 -04:00
yamlRestTest Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00