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 6c700a8 commit 044d3faCopy full SHA for 044d3fa
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
@@ -1346,6 +1346,7 @@ public void testDissectOverwriteName() {
1346
* @see <a href="https://github.com/elastic/elasticsearch/issues/127467">ES|QL: pruning of JOINs leads to missing fields</a>
1347
*/
1348
public void testAvoidGrokAttributesRemoval() {
1349
+ assumeTrue("LOOKUP JOIN available as snapshot only", EsqlCapabilities.Cap.JOIN_LOOKUP_V12.isEnabled());
1350
Set<String> fieldNames = fieldNames("""
1351
from message_types
1352
| eval type = 1
0 commit comments