elasticsearch/modules/mapper-extras
Oleksandr Kolomiiets f28529d237
Handle infinity during synthetic source construction for scaled float field (#107494)
For really large values, rounding error is enough to push the
reconstructed value for synthetic source into infinity. Existing code
didn't take it into account. This PR adds a check to detect infinity and
just proceed with returning it as is in synthetic source.

Closes #107101.
2024-04-17 12:33:21 -04:00
..
src Handle infinity during synthetic source construction for scaled float field (#107494) 2024-04-17 12:33:21 -04:00
build.gradle Add JUnit rule based integration test cluster orchestration framework (#92379) 2022-12-21 15:33:46 -08:00