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:
224
224
- class : org.elasticsearch.discovery.ClusterDisruptionIT
225
225
method : testAckedIndexing
226
226
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
233
227
234
228
# Examples:
235
229
#
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
4481
4481
4482
4482
lookupJoinOnTimeSeriesIndex
4483
4483
required_capability: join_lookup_v12
4484
+ required_capability: lookup_join_on_mixed_numeric_fields
4484
4485
4485
4486
FROM k8s
4486
4487
| RENAME network.bytes_in AS language_code
You can’t perform that action at this time.
0 commit comments