We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff1e64 commit ca5a1cdCopy full SHA for ca5a1cd
1 file changed
x-pack/plugin/sql/qa/mixed-node/src/test/java/org/elasticsearch/xpack/sql/qa/mixed_node/SqlSearchIT.java
@@ -138,7 +138,7 @@ public void testAllTypesWithRequestToUpgradedNodes() throws Exception {
138
fieldValues.put("geo_point_field", "POINT (-122.08384302444756 37.38648299127817)");
139
builder.append("\"float_field\":" + randomFloat + ",");
140
fieldValues.put("float_field", Double.valueOf(randomFloat));
141
- builder.append("\"half_float_field\":123.456");
+ builder.append("\"half_float_field\":123.4375");
142
fieldValues.put("half_float_field", 123.45600128173828d);
143
} else {
144
builder.append("\"geo_point_field\":{\"lat\":\"37.386483\", \"lon\":\"-122.083843\"},");
0 commit comments