We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c02c55 commit 4c6aaa3Copy full SHA for 4c6aaa3
server/src/test/java/org/opensearch/index/mapper/DerivedFieldMapperTests.java
@@ -109,7 +109,7 @@ public void testFieldInDerivedAndProperties() throws IOException {
109
// If it didn't fail here, it would hit the MapperParsingException for the field being defined more than once
110
// when MappingLookup is initialized
111
assertEquals(
112
- "Failed to parse mapping [_doc]: mapper [field] cannot be changed from type [derived_field] to [keyword]",
+ "Failed to parse mapping [_doc]: mapper [field] cannot be changed from type [derived] to [keyword]",
113
ex.getMessage()
114
);
115
}
0 commit comments