Commit 3964c5e
committed
ESQL: Fix unlikely error in suggested cast tests
The suggested casts tests would error out less than one percent of the
time because they tried to suggest a cast for `unsupported` and
expected `keyword`. That'll always be null.
Caught this in an unreleated PR.1 parent 55fb5f3 commit 3964c5e
File tree
1 file changed
+1
-1
lines changed- x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/type
1 file changed
+1
-1
lines changedx-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverterTests.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments