Skip to content

Commit 2dd6de3

Browse files
committed
Add INFERENCE_CCQ_SUPPORT capability
1 parent 1ff2b5d commit 2dd6de3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,6 +1683,11 @@ public enum Cap {
16831683
* KNN function adds support for k and visit_percentage options
16841684
*/
16851685
KNN_FUNCTION_OPTIONS_K_VISIT_PERCENTAGE,
1686+
1687+
/**
1688+
* Support for inference in cross-cluster queries (CCQ)
1689+
*/
1690+
INFERENCE_CCQ_SUPPORT,
16861691
// Last capability should still have a comma for fewer merge conflicts when adding new ones :)
16871692
// This comment prevents the semicolon from being on the previous capability when Spotless formats the file.
16881693
;

0 commit comments

Comments
 (0)