Skip to content

Commit 76a382a

Browse files
authored
ESQL: Enable CATEGORIZE tests on non-snapshot builds (#117881)
1 parent b1412f6 commit 76a382a

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/action/EsqlCapabilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public enum Cap {
407407
/**
408408
* Supported the text categorization function "CATEGORIZE".
409409
*/
410-
CATEGORIZE_V4(Build.current().isSnapshot()),
410+
CATEGORIZE_V4,
411411

412412
/**
413413
* QSTR function

0 commit comments

Comments
 (0)