Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix precision issue in CI for cartesian centroids (#104707)
Even with Kahan summation, there is a tiny precisoin loss. We already fixed this before for GeoPoint by using the encode/decode to doc-values quantization in the final display results, and for CartesianPoint we fix by casting the coordinates to float for both the expected and actual results.
- Loading branch information