Skip to content

Commit f9bf170

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 02f8748 commit f9bf170

File tree

1 file changed

+1
-3
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,7 @@ private static void checkFullTextQueryFunctions(LogicalPlan plan, Failures failu
230230
checkFullTextFunctionsInAggs(agg, failures);
231231
} else {
232232
plan.forEachExpression(FullTextFunction.class, ftf -> {
233-
failures.add(
234-
fail(ftf, "[{}] {} is only supported in WHERE and STATS commands", ftf.functionName(), ftf.functionType())
235-
);
233+
failures.add(fail(ftf, "[{}] {} is only supported in WHERE and STATS commands", ftf.functionName(), ftf.functionType()));
236234
});
237235
}
238236
}

0 commit comments

Comments
 (0)