Skip to content

Commit d983495

Browse files
committed
Fixed test mapping to avoid parsing errors when numbers are used for multivalued fields
1 parent dfa420e commit d983495

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/mapping-default-incompatible.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,7 @@
6363
"type" : "keyword"
6464
},
6565
"salary_change": {
66-
"type": "float",
67-
"fields": {
68-
"int": {
69-
"type": "integer"
70-
},
71-
"long": {
72-
"type": "long"
73-
},
74-
"keyword": {
75-
"type" : "keyword"
76-
}
77-
}
66+
"type": "float"
7867
}
7968
}
8069
}

0 commit comments

Comments
 (0)