Skip to content

Commit df7f07d

Browse files
committed
Merge remote-tracking branch 'refs/remotes/not-napoleon/esql-planner-profile' into esql-planner-profile
2 parents 9a09236 + 873f2d7 commit df7f07d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,7 @@ private static void updateExecutionInfoAfterCoordinatorOnlyQuery(EsqlExecutionIn
345345
}
346346
}
347347

348-
void runCompute(
349-
CancellableTask task,
350-
ComputeContext context,
351-
PhysicalPlan plan,
352-
ActionListener<CollectedProfiles> listener
353-
) {
348+
void runCompute(CancellableTask task, ComputeContext context, PhysicalPlan plan, ActionListener<CollectedProfiles> listener) {
354349
listener = ActionListener.runBefore(listener, () -> Releasables.close(context.searchContexts()));
355350
List<EsPhysicalOperationProviders.ShardContext> contexts = new ArrayList<>(context.searchContexts().size());
356351
for (int i = 0; i < context.searchContexts().size(); i++) {

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlCCSUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.elasticsearch.xpack.esql.analysis.TableInfo;
3232
import org.elasticsearch.xpack.esql.index.IndexResolution;
3333
import org.elasticsearch.xpack.esql.plan.logical.LogicalPlan;
34-
import org.elasticsearch.xpack.esql.planner.PlannerProfile;
3534

3635
import java.util.Collections;
3736
import java.util.HashMap;

0 commit comments

Comments
 (0)