Skip to content

Commit

Permalink
Fix test compile error in branch 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 25, 2024
1 parent d63eb58 commit 7438ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public void testKqlFunctionWithFunctionsPushedToLucene() {
from test
| where kql("last_name: Smith") and cidr_match(ip, "127.0.0.1/32")
""";
var analyzer = makeAnalyzer("mapping-all-types.json");
var analyzer = makeAnalyzer("mapping-all-types.json", new EnrichResolution());
var plan = plannerOptimizer.plan(queryText, IS_SV_STATS, analyzer);

var limit = as(plan, LimitExec.class);
Expand Down

0 comments on commit 7438ca8

Please sign in to comment.