Skip to content

Commit

Permalink
Fix regression from merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 20, 2024
1 parent f0a107f commit 439681f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
import org.elasticsearch.xpack.esql.core.type.DataType;
import org.elasticsearch.xpack.esql.core.type.EsField;
import org.elasticsearch.xpack.esql.enrich.EnrichLookupService;
import org.elasticsearch.xpack.esql.enrich.LookupFromIndexService;
import org.elasticsearch.xpack.esql.enrich.ResolvedEnrichPolicy;
import org.elasticsearch.xpack.esql.expression.function.EsqlFunctionRegistry;
import org.elasticsearch.xpack.esql.index.EsIndex;
Expand Down Expand Up @@ -549,6 +550,7 @@ void executeSubPlan(
exchangeSource,
exchangeSink,
Mockito.mock(EnrichLookupService.class),
Mockito.mock(LookupFromIndexService.class),
physicalOperationProviders
);

Expand Down

0 comments on commit 439681f

Please sign in to comment.