You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1615,16 +1615,37 @@ public void testMatchOptionsPushDown() {
1615
1615
publicvoidtestQStrOptionsPushDown() {
1616
1616
Stringquery = """
1617
1617
from test
1618
-
| where QSTR("first_name: Anna", {"lenient": "false", "fuzzy_max_expansions": 4, "minimum_should_match": 3})
1618
+
| where QSTR("first_name: Anna", {"allow_leading_wildcard": "true", "analyze_wildcard": "true",
0 commit comments