Commit b3c95cd
FieldType for random tests should return null for custom type (elastic#133271)
The data generation framework allows the use of custom types. When attempting
to parse the type name into a FieldType, this should return null, which will cause
downstream users to skip this type.
Fixes elastic#133202
Co-authored-by: Alan Woodward <[email protected]>1 parent f84ec74 commit b3c95cd
File tree
1 file changed
+2
-1
lines changed- test/framework/src/main/java/org/elasticsearch/datageneration
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments