Skip to content

Commit d5dfaf4

Browse files
committed
Fix compilation
1 parent e148592 commit d5dfaf4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/enrich/LookupFromIndexOperator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
public final class LookupFromIndexOperator extends AsyncOperator<LookupFromIndexOperator.OngoingJoin> {
4040
public record Factory(
4141
String sessionId,
42-
Configuration configuration,
4342
CancellableTask parentTask,
4443
int maxOutstandingRequests,
4544
int inputChannel,
@@ -69,7 +68,6 @@ public String describe() {
6968
public Operator get(DriverContext driverContext) {
7069
return new LookupFromIndexOperator(
7170
sessionId,
72-
configuration,
7371
driverContext,
7472
parentTask,
7573
maxOutstandingRequests,

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ private PhysicalOperation planLookupJoin(LookupJoinExec join, LocalExecutionPlan
601601
return source.with(
602602
new LookupFromIndexOperator.Factory(
603603
sessionId,
604-
configuration,
605604
parentTask,
606605
context.queryPragmas().enrichMaxWorkers(),
607606
matchConfig.channel(),

0 commit comments

Comments
 (0)