Skip to content

Commit f3bd8a9

Browse files
Fix merge
1 parent 78d1071 commit f3bd8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/EsqlFunctionRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ private static FunctionDefinition[][] functions() {
464464
new FunctionDefinition[] {
465465
def(Kql.class, uni(Kql::new), "kql"),
466466
def(Match.class, Match::new, "match"),
467-
def(QueryString.class, bi(QueryString::new), "qstr") } };
467+
def(QueryString.class, bi(QueryString::new), "qstr"),
468468
def(MatchPhrase.class, tri(MatchPhrase::new), "match_phrase") } };
469469
}
470470

0 commit comments

Comments
 (0)