Skip to content

Commit 6449d22

Browse files
committed
Fix merge
1 parent 657c447 commit 6449d22

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
@@ -547,7 +547,7 @@ public enum Cap {
547547
/**
548548
* LOOKUP JOIN
549549
*/
550-
JOIN_LOOKUP_V5(Build.current().isSnapshot()),
550+
JOIN_LOOKUP_V6(Build.current().isSnapshot()),
551551

552552
/**
553553
* Fix for https://github.com/elastic/elasticsearch/issues/117054

0 commit comments

Comments
 (0)