File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ private double roundDocValues(double d) {
449449 }
450450
451451 long encoded = Math .round (d * scalingFactor );
452- return encoded * ( 1 / scalingFactor ) ;
452+ return encoded / scalingFactor ;
453453 }
454454
455455 private void mapping (XContentBuilder b ) throws IOException {
Original file line number Diff line number Diff line change @@ -332,18 +332,9 @@ tests:
332332- class : org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT
333333 method : testPartialResults
334334 issue : https://github.com/elastic/elasticsearch/issues/123101
335- - class : org.elasticsearch.index.mapper.extras.ScaledFloatFieldMapperTests
336- method : testBlockLoaderFromRowStrideReader
337- issue : https://github.com/elastic/elasticsearch/issues/123126
338- - class : org.elasticsearch.index.mapper.extras.ScaledFloatFieldMapperTests
339- method : testBlockLoaderFromRowStrideReaderWithSyntheticSource
340- issue : https://github.com/elastic/elasticsearch/issues/123145
341335- class : org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT
342336 method : testStopQueryLocal
343337 issue : https://github.com/elastic/elasticsearch/issues/121672
344- - class : org.elasticsearch.index.mapper.extras.ScaledFloatFieldMapperTests
345- method : testBlockLoaderFromColumnReaderWithSyntheticSource
346- issue : https://github.com/elastic/elasticsearch/issues/123149
347338
348339# Examples:
349340#
You can’t perform that action at this time.
0 commit comments