Skip to content

Commit 70b1df6

Browse files
committed
Share
1 parent 67882f1 commit 70b1df6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
import org.elasticsearch.xpack.esql.core.util.Holder;
4848
import org.elasticsearch.xpack.esql.core.util.StringUtils;
4949
import org.elasticsearch.xpack.esql.expression.NamedExpressions;
50-
import org.elasticsearch.xpack.esql.expression.SurrogateExpression;
5150
import org.elasticsearch.xpack.esql.expression.UnresolvedNamePattern;
5251
import org.elasticsearch.xpack.esql.expression.function.EsqlFunctionRegistry;
5352
import org.elasticsearch.xpack.esql.expression.function.FunctionDefinition;

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/SubstituteSurrogateExpressions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import org.elasticsearch.xpack.esql.core.expression.Expression;
1111
import org.elasticsearch.xpack.esql.expression.SurrogateExpression;
12-
import org.elasticsearch.xpack.esql.expression.function.scalar.math.Exp;
1312
import org.elasticsearch.xpack.esql.optimizer.LogicalOptimizerContext;
1413

1514
/**

0 commit comments

Comments
 (0)