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
23032303// end::rlikeEscapingTripleQuotes-result[]
23042304;
23052305
2306- mvStringEquals
2307- required_capability: mv_warn
2306+ mvStringEquals#[skip:-8.12.99,reason:changed how we push down equals]
23082307
23092308FROM mv_text
23102309| WHERE message == "Connected to 10.1.0.1"
@@ -2331,8 +2330,7 @@ warning:Line 2:9: java.lang.IllegalArgumentException: single-value function enco
233123302023-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
23322331;
23332332
2334- mvStringNotEquals
2335- required_capability: mv_warn
2333+ mvStringNotEquals#[skip:-8.12.99,reason:changed how we push down not equals]
23362334
23372335FROM mv_text
23382336| WHERE message != "Connected to 10.1.0.2"
You can’t perform that action at this time.
0 commit comments