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 118118import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .defaultEnrichResolution ;
119119import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .indexWithDateDateNanosUnionType ;
120120import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .loadMapping ;
121- import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .randomValueOtherThanTest ;
122121import static org .elasticsearch .xpack .esql .analysis .AnalyzerTestUtils .tsdbIndexResolution ;
123122import static org .elasticsearch .xpack .esql .core .tree .Source .EMPTY ;
124123import static org .elasticsearch .xpack .esql .core .type .DataType .DATETIME ;
@@ -3458,7 +3457,7 @@ public void testRrfError() {
34583457 """ ));
34593458 assertThat (e .getMessage (), containsString ("Unknown column [_id]" ));
34603459 }
3461-
3460+
34623461 // TODO There's too much boilerplate involved here! We need a better way of creating FieldCapabilitiesResponses from a mapping or index.
34633462 private static FieldCapabilitiesIndexResponse fieldCapabilitiesIndexResponse (
34643463 String indexName ,
You can’t perform that action at this time.
0 commit comments