Skip to content

Commit e0c01bf

Browse files
committed
Add missing EsqlFunctionRegistry import in AnalyzerTests
1 parent a2f4081 commit e0c01bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
import org.elasticsearch.xpack.esql.datasources.spi.StoragePath;
5656
import org.elasticsearch.xpack.esql.enrich.ResolvedEnrichPolicy;
5757
import org.elasticsearch.xpack.esql.expression.Order;
58+
import org.elasticsearch.xpack.esql.expression.function.EsqlFunctionRegistry;
5859
import org.elasticsearch.xpack.esql.expression.function.UnsupportedAttribute;
5960
import org.elasticsearch.xpack.esql.expression.function.aggregate.Count;
6061
import org.elasticsearch.xpack.esql.expression.function.aggregate.FilteredExpression;

0 commit comments

Comments
 (0)