Skip to content

Conversation

@idegtiarenko
Copy link
Contributor

This change attempts to properly handle partial index resolutions and fail during validation rather than during execution.

if (indexResolution.getUnavailableIndices().isEmpty() == false) {
l.onFailure(
new VerificationException(
"Unknown index {}",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message is picked to be consistent with one emitted for a single unresolved index.
However I wonder if we should change it as this might also be an alias. May be unresolvable expression?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants