File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/enrich Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 5353import org .elasticsearch .threadpool .TestThreadPool ;
5454import org .elasticsearch .threadpool .ThreadPool ;
5555import org .elasticsearch .transport .TransportService ;
56- import org .elasticsearch .xpack .esql .ConfigurationTestUtils ;
5756import org .elasticsearch .xpack .esql .core .expression .NamedExpression ;
5857import org .elasticsearch .xpack .esql .core .expression .ReferenceAttribute ;
5958import org .elasticsearch .xpack .esql .core .tree .Source ;
@@ -138,7 +137,6 @@ protected Operator.OperatorFactory simple() {
138137 );
139138 return new LookupFromIndexOperator .Factory (
140139 sessionId ,
141- ConfigurationTestUtils .randomConfiguration (),
142140 parentTask ,
143141 maxOutstandingRequests ,
144142 inputChannel ,
You can’t perform that action at this time.
0 commit comments