Mark the lookup join tests in IndexResolverFieldNamesTests as snapshot-only#118815
Merged
astefan merged 7 commits intoelastic:mainfrom Dec 17, 2024
Merged
Mark the lookup join tests in IndexResolverFieldNamesTests as snapshot-only#118815astefan merged 7 commits intoelastic:mainfrom
astefan merged 7 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
idegtiarenko
approved these changes
Dec 17, 2024
Member
|
This is also failing in 8.17 (see this PR), tagging backport for that version |
alex-spies
approved these changes
Dec 17, 2024
Contributor
alex-spies
left a comment
There was a problem hiding this comment.
LGTM, thanks @astefan !
This was referenced Dec 17, 2024
craigtaverner
requested changes
Dec 17, 2024
Contributor
craigtaverner
left a comment
There was a problem hiding this comment.
Seems like the wrong capability was used. These queries use LOOKUP JOIN, so sufrely the JOIN_LOOKUP_V6 capability should be the one to use?
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
...in/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Outdated
Show resolved
Hide resolved
Contributor
|
@craigtaverner this uses the correct capability now, and should be fine to be merged :) |
Collaborator
💔 Backport failed
You can use sqren/backport to manually backport by running |
astefan
added a commit
to astefan/elasticsearch
that referenced
this pull request
Dec 17, 2024
…t-only (elastic#118815) (cherry picked from commit e0763c2)
This was referenced Dec 17, 2024
carlosdelest
pushed a commit
to carlosdelest/elasticsearch
that referenced
this pull request
Jan 7, 2025
…t-only (elastic#118815) (cherry picked from commit e0763c2) # Conflicts: # muted-tests.yml # x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java
Member
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #118814
Fixes #118810