Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE in InternalGeoCentroidTests#testReduceRandom (elastic#29481)
In some rare cases all inputs might have zero count and resulting in zero totalCount, and null in centroid causing NPE. Closes elastic#29480
- Loading branch information