File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6464import org .elasticsearch .xpack .esql .expression .predicate .operator .comparison .InsensitiveEquals ;
6565import org .elasticsearch .xpack .esql .expression .predicate .operator .comparison .LessThan ;
6666import org .elasticsearch .xpack .esql .expression .predicate .operator .comparison .LessThanOrEqual ;
67- import org .elasticsearch .xpack .esql .session .Configuration ;
6867import org .elasticsearch .xpack .esql .telemetry .PlanTelemetry ;
6968import 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 ) {
You can’t perform that action at this time.
0 commit comments