Skip to content

Commit

Permalink
boo!
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Jun 19, 2024
1 parent 6974ede commit 1efba4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.elasticsearch.index.IndexMode;
import org.elasticsearch.index.cache.query.TrivialQueryCachingPolicy;
import org.elasticsearch.index.mapper.MapperServiceTestCase;
import org.elasticsearch.search.internal.AliasFilter;
import org.elasticsearch.search.internal.ContextIndexSearcher;
import org.elasticsearch.xpack.esql.TestBlockFactory;
import org.elasticsearch.xpack.esql.core.expression.FieldAttribute;
Expand Down Expand Up @@ -164,7 +165,7 @@ private EsPhysicalOperationProviders esPhysicalOperationProviders() throws IOExc
new EsPhysicalOperationProviders.DefaultShardContext(
i,
createSearchExecutionContext(createMapperService(mapping(b -> {})), searcher),
null
AliasFilter.EMPTY
)
);
}
Expand Down

0 comments on commit 1efba4c

Please sign in to comment.