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 bdbd15e commit cbf46a3Copy full SHA for cbf46a3
muted-tests.yml
@@ -342,6 +342,12 @@ tests:
342
- class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
343
method: testMinimumVersionShardDuringPhaseExecution
344
issue: https://github.com/elastic/elasticsearch/issues/114611
345
+- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
346
+ method: testPushSpatialIntersectsEvalToSource {default}
347
+ issue: https://github.com/elastic/elasticsearch/issues/114627
348
349
+ method: testPushWhereEvalToSource {default}
350
+ issue: https://github.com/elastic/elasticsearch/issues/114628
351
352
# Examples:
353
#
0 commit comments