Skip to content

Commit 044d3fa

Browse files
committed
Add capability
1 parent 6c700a8 commit 044d3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ public void testDissectOverwriteName() {
13461346
* @see <a href="https://github.com/elastic/elasticsearch/issues/127467">ES|QL: pruning of JOINs leads to missing fields</a>
13471347
*/
13481348
public void testAvoidGrokAttributesRemoval() {
1349+
assumeTrue("LOOKUP JOIN available as snapshot only", EsqlCapabilities.Cap.JOIN_LOOKUP_V12.isEnabled());
13491350
Set<String> fieldNames = fieldNames("""
13501351
from message_types
13511352
| eval type = 1

0 commit comments

Comments
 (0)