Skip to content

Commit

Permalink
Remove useless annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 20, 2024
1 parent 247d188 commit 47f8851
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
import org.elasticsearch.xpack.esql.core.expression.Expression;
import org.elasticsearch.xpack.esql.core.tree.Source;
import org.elasticsearch.xpack.esql.expression.function.FunctionName;
import org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier;
import org.junit.BeforeClass;

import java.util.List;
import java.util.function.Supplier;

@FunctionName("kql")
public class KqlTests extends NoneFieldFullTextFunctionTestCase {
@BeforeClass
protected static void ensureKqlFunctionEnabled() {
Expand Down

0 comments on commit 47f8851

Please sign in to comment.