File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2303,8 +2303,7 @@ foo ( bar
2303
2303
// end::rlikeEscapingTripleQuotes-result[]
2304
2304
;
2305
2305
2306
- mvStringEquals
2307
- required_capability: mv_warn
2306
+ mvStringEquals#[skip:-8.12.99,reason:changed how we push down equals]
2308
2307
2309
2308
FROM mv_text
2310
2309
| WHERE message == "Connected to 10.1.0.1"
@@ -2331,8 +2330,7 @@ warning:Line 2:9: java.lang.IllegalArgumentException: single-value function enco
2331
2330
2023-10-23T13:55:01.546Z|More than one hundred characters long so it isn't indexed by the sub keyword field with ignore_above:100
2332
2331
;
2333
2332
2334
- mvStringNotEquals
2335
- required_capability: mv_warn
2333
+ mvStringNotEquals#[skip:-8.12.99,reason:changed how we push down not equals]
2336
2334
2337
2335
FROM mv_text
2338
2336
| WHERE message != "Connected to 10.1.0.2"
You can’t perform that action at this time.
0 commit comments