Skip to content

Commit fb79e61

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3af20cc commit fb79e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/ExpressionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
import org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.InsensitiveEquals;
6565
import org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.LessThan;
6666
import org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.LessThanOrEqual;
67-
import org.elasticsearch.xpack.esql.session.Configuration;
6867
import org.elasticsearch.xpack.esql.telemetry.PlanTelemetry;
6968
import org.elasticsearch.xpack.esql.type.EsqlDataTypeConverter;
7069

@@ -121,6 +120,7 @@ public abstract class ExpressionBuilder extends IdentifierBuilder {
121120
public static final int MAX_EXPRESSION_DEPTH = 400;
122121

123122
protected final ParsingContext context;
123+
124124
public record ParsingContext(QueryParams params, PlanTelemetry telemetry) {}
125125

126126
ExpressionBuilder(ParsingContext context) {

0 commit comments

Comments
 (0)