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 1a05f41 commit e48a205Copy full SHA for e48a205
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -699,7 +699,7 @@ public enum Cap {
699
/**
700
* LOOKUP JOIN with TEXT fields on the right (right side of the join) (#119473)
701
*/
702
- LOOKUP_JOIN_TEXT(Build.current().isSnapshot()),
+ LOOKUP_JOIN_TEXT(JOIN_LOOKUP_V12.isEnabled()),
703
704
705
* LOOKUP JOIN without MV matching (https://github.com/elastic/elasticsearch/issues/118780)
0 commit comments