File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -496,12 +496,6 @@ tests:
496496- class : org.elasticsearch.packaging.test.DockerTests
497497 method : test073RunEsAsDifferentUserAndGroupWithoutBindMounting
498498 issue : https://github.com/elastic/elasticsearch/issues/128996
499- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
500- method : test {lookup-join.LookupJoinOnTimeSeriesIndex ASYNC}
501- issue : https://github.com/elastic/elasticsearch/issues/129078
502- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
503- method : test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
504- issue : https://github.com/elastic/elasticsearch/issues/129082
505499- class : org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT
506500 method : test {p0=upgraded_cluster/70_ilm/Test Lifecycle Still There And Indices Are Still Managed}
507501 issue : https://github.com/elastic/elasticsearch/issues/129097
Original file line number Diff line number Diff line change @@ -4587,6 +4587,7 @@ emp_no:integer | language_code:integer | language_name:keyword
45874587
45884588lookupJoinOnTimeSeriesIndex
45894589required_capability: join_lookup_v12
4590+ required_capability: lookup_join_on_mixed_numeric_fields
45904591
45914592FROM k8s
45924593| RENAME network.bytes_in AS language_code
You can’t perform that action at this time.
0 commit comments