Skip to content

Commit ff3f54b

Browse files
committed
Merge remote-tracking branch 'refs/remotes/not-napoleon/t-digest-field-mapper' into t-digest-field-mapper
2 parents 5d521a0 + dc5e5f4 commit ff3f54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/mapper/TDigestFieldMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public void testArrayValueSyntheticSource() throws Exception {
403403
};
404404

405405
XContentBuilder expected = JsonXContent.contentBuilder().startObject();
406-
// First value comes from synthetic field loader and so is formatted in a specific format (e.g. values always come first).
406+
// First value comes from synthetic field loader and so is formatted in a specific format (e.g. centroids always come first).
407407
// Other values are stored as is as part of ignore_malformed logic for synthetic source.
408408
{
409409
expected.startArray("field");

0 commit comments

Comments
 (0)