Skip to content
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

[8.x] [ES|QL] Load fields of indices in `JOIN` command (#207375) #208160

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

## Summary

Closes elastic#207171

### Testing

Follow [*Testing*
instructions](elastic#205762 (comment)) to
setup sample data.

Go to Discover and enter query:

```
FROM kibana_sample_data_ecommerce | LOOKUP JOIN lookup_index ON currency | LIMIT 3 | KEEP continenet
```

<img width="1235" alt="image"
src="https://github.com/user-attachments/assets/61877a1f-6915-42e5-8f4a-efa0d4d2a0b1"
/>

Now the field `continenet` passes validation and is suggested in
autocomplete.

### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: Stratoula Kalafateli <[email protected]>
(cherry picked from commit 8344ea1)
@kibanamachine kibanamachine merged commit ce6d90e into elastic:8.x Jan 24, 2025
9 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-srcJs 3.5MB 3.5MB +847.0B

cc @vadimkibana

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.

3 participants