Skip to content

ESQL: Error resolving lookup indices #132105

@nik9000

Description

@nik9000

Description

I'm seeing this stack trace:

java.util.NoSuchElementException	at java.base/java.util.ImmutableCollections$MapN$MapNIterator.next(ImmutableCollections.java:1305)	at java.base/java.util.ImmutableCollections$MapN$MapNIterator.next(ImmutableCollections.java:1262)	at org.elasticsearch.xpack.esql.session.EsqlSession.receiveLookupIndexResolution(EsqlSession.java:538)	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$preAnalyzeLookupIndex$18(EsqlSession.java:502) 

That's:

var indexModeEntry = lookupIndexResolution.get().indexNameWithModes().entrySet().iterator().next();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions