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 @@ -224,12 +224,6 @@ tests:
224224 - class : org.elasticsearch.discovery.ClusterDisruptionIT
225225 method : testAckedIndexing
226226 issue : https://github.com/elastic/elasticsearch/issues/117024
227- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
228- method : test {lookup-join.LookupJoinOnTimeSeriesIndex ASYNC}
229- issue : https://github.com/elastic/elasticsearch/issues/129078
230- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
231- method : test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
232- issue : https://github.com/elastic/elasticsearch/issues/129078
233227
234228 # Examples:
235229 #
Original file line number Diff line number Diff line change @@ -4481,6 +4481,7 @@ language_code_float:double | language_code_double:double | language_name:keyword
44814481
44824482lookupJoinOnTimeSeriesIndex
44834483required_capability: join_lookup_v12
4484+ required_capability: lookup_join_on_mixed_numeric_fields
44844485
44854486FROM k8s
44864487| RENAME network.bytes_in AS language_code
You can’t perform that action at this time.
0 commit comments