Skip to content

Commit e48a205

Browse files
authored
ESQL: Make all LOOKUP JOIN caps depend on the V12 one (#120894)
1 parent 1a05f41 commit e48a205

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
@@ -699,7 +699,7 @@ public enum Cap {
699699
/**
700700
* LOOKUP JOIN with TEXT fields on the right (right side of the join) (#119473)
701701
*/
702-
LOOKUP_JOIN_TEXT(Build.current().isSnapshot()),
702+
LOOKUP_JOIN_TEXT(JOIN_LOOKUP_V12.isEnabled()),
703703

704704
/**
705705
* LOOKUP JOIN without MV matching (https://github.com/elastic/elasticsearch/issues/118780)

0 commit comments

Comments
 (0)