File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 118
118
import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .defaultEnrichResolution ;
119
119
import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .indexWithDateDateNanosUnionType ;
120
120
import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .loadMapping ;
121
- import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .randomValueOtherThanTest ;
122
121
import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .tsdbIndexResolution ;
123
122
import static org .elasticsearch .xpack .esql .core .tree .Source .EMPTY ;
124
123
import static org .elasticsearch .xpack .esql .core .type .DataType .DATETIME ;
@@ -3458,7 +3457,7 @@ public void testRrfError() {
3458
3457
""" ));
3459
3458
assertThat (e .getMessage (), containsString ("Unknown column [_id]" ));
3460
3459
}
3461
-
3460
+
3462
3461
// TODO There's too much boilerplate involved here! We need a better way of creating FieldCapabilitiesResponses from a mapping or index.
3463
3462
private static FieldCapabilitiesIndexResponse fieldCapabilitiesIndexResponse (
3464
3463
String indexName ,
You can’t perform that action at this time.
0 commit comments