We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fda848 commit cd03311Copy full SHA for cd03311
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java
@@ -588,7 +588,7 @@ private ActualResults executePlan(BigArrays bigArrays) throws Exception {
588
null,
589
590
591
- new LogicalPlanPreOptimizer(new LogicalPreOptimizerContext(foldCtx)),
+ new LogicalPlanPreOptimizer(EsqlTestUtils.MOCK_TRANSPORT_ACTION_SERVICES, new LogicalPreOptimizerContext(foldCtx)),
592
functionRegistry,
593
new LogicalPlanOptimizer(new LogicalOptimizerContext(configuration, foldCtx)),
594
mapper,
0 commit comments