Skip to content

Commit 08065ca

Browse files
committed
ESQL: Enable CATEGORIZE tests on non-snapshot builds (elastic#117881)
1 parent 31766b1 commit 08065ca

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
@@ -396,7 +396,7 @@ public enum Cap {
396396
/**
397397
* Supported the text categorization function "CATEGORIZE".
398398
*/
399-
CATEGORIZE_V4(Build.current().isSnapshot()),
399+
CATEGORIZE_V4,
400400

401401
/**
402402
* QSTR function

0 commit comments

Comments
 (0)