We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247d188 commit 47f8851Copy full SHA for 47f8851
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext/KqlTests.java
@@ -13,14 +13,12 @@
13
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
14
import org.elasticsearch.xpack.esql.core.expression.Expression;
15
import org.elasticsearch.xpack.esql.core.tree.Source;
16
-import org.elasticsearch.xpack.esql.expression.function.FunctionName;
17
import org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier;
18
import org.junit.BeforeClass;
19
20
import java.util.List;
21
import java.util.function.Supplier;
22
23
-@FunctionName("kql")
24
public class KqlTests extends NoneFieldFullTextFunctionTestCase {
25
@BeforeClass
26
protected static void ensureKqlFunctionEnabled() {
0 commit comments