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:
496
496
- class : org.elasticsearch.packaging.test.DockerTests
497
497
method : test073RunEsAsDifferentUserAndGroupWithoutBindMounting
498
498
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
505
499
- class : org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT
506
500
method : test {p0=upgraded_cluster/70_ilm/Test Lifecycle Still There And Indices Are Still Managed}
507
501
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
4587
4587
4588
4588
lookupJoinOnTimeSeriesIndex
4589
4589
required_capability: join_lookup_v12
4590
+ required_capability: lookup_join_on_mixed_numeric_fields
4590
4591
4591
4592
FROM k8s
4592
4593
| RENAME network.bytes_in AS language_code
You can’t perform that action at this time.
0 commit comments