-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[TEST] Add coverage for field caps and ES|QL to LogsDB QA testing #114505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
|
|
||
| indexDocuments(documents); | ||
|
|
||
| // Excludes the FROM prefix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It means that I forgot to remove it :)
|
|
||
| indexDocuments(documents); | ||
|
|
||
| final MatchResult matchResult = Matcher.matchSource() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The result of field caps is not source right? I think we should be using a generic matcher.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better?
💔 Backport failedThe backport operation could not be completed due to the following error: You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…astic#114505) * Add coverage for field caps and ES|QL to LogsDB QA testing * address comments * address comments * address comments (cherry picked from commit 34da953)
…astic#114505) * Add coverage for field caps and ES|QL to LogsDB QA testing * address comments * address comments * address comments
Related to #109800