File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -195,15 +195,6 @@ tests:
195
195
issue : https://github.com/elastic/elasticsearch/issues/112382
196
196
- class : org.elasticsearch.xpack.eql.EqlClientYamlIT
197
197
issue : https://github.com/elastic/elasticsearch/issues/112617
198
- - class : org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
199
- method : test {meta.CountFunctions}
200
- issue : https://github.com/elastic/elasticsearch/issues/112659
201
- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
202
- method : test {meta.CountFunctions SYNC}
203
- issue : https://github.com/elastic/elasticsearch/issues/112660
204
- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
205
- method : test {meta.CountFunctions ASYNC}
206
- issue : https://github.com/elastic/elasticsearch/issues/112661
207
198
208
199
# Examples:
209
200
#
Original file line number Diff line number Diff line change @@ -516,5 +516,5 @@ countFunctions#[skip:-8.15.99]
516
516
meta functions | stats a = count(*), b = count(*), c = count(*) | mv_expand c;
517
517
518
518
a:long | b:long | c:long
519
- 116 | 116 | 116
519
+ 117 | 117 | 117
520
520
;
You can’t perform that action at this time.
0 commit comments