elasticsearch/modules/mapper-extras
Nik Everett 4607182ce8
synthetic source: fix scaled_float rounding (#88916)
There were some cases where synthetic source wasn't properly rounding in
round trips. `0.15527719259262085` with a scaling factor of
`2.4206374697469164E16` was round tripping to `0.15527719259262088`
which then round trips up to `0.0.1552771925926209`, rounding the wrong
direction! This fixes the round tripping in this case through ever more
paranoid double checking and nudging.

Closes #88854
2022-08-01 22:17:23 +09:30
..
src synthetic source: fix scaled_float rounding (#88916) 2022-08-01 22:17:23 +09:30
build.gradle Fix release build for mapper-extras (#81780) 2021-12-15 17:36:55 -05:00