-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discover][ES|QL] Legacy table should not be rendered for ES|QL mode #180286
Comments
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Pinging @elastic/kibana-esql (Team:ESQL) |
Yes I agree, let's remove it. Can we possibly do it before 8.14 release? Is it a big feature? I am asking mostly due to going on GA on 8.14 cc @davismcphee |
I think we should replace all
So we can handle it discover, doc viewer etc in the same way. |
Yes, this makes sense to me, and the solution proposed by @jughosta sounds like a good one! It seems like a small change to me, although we're trying to wrap up a few other things before 8.14 FF currently. @stratoula should we do this before continuing work on #180249? If so, maybe @jughosta could take this one on. |
@davismcphee I was thinking that maybe it worth prioritizing this instead of the suggestions dropdown.
So if you are also ok with this, let's go with this first |
@stratoula Agreed, this makes sense so let's do it! Although I see from the linked PR @jughosta is already on top of it 😄 |
- Closes #180286 ## Summary Even if `doc_table:legacy` is enabled this PR makes sure that we render the new grid for ES|QL mode. ### 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: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Only the data grid has full support for ES|QL mode. The legacy table might be lacking some features (like in-memory sorting) as it was not extended to account for ES|QL.
Even if user has
doc_table:legacy
Advanced Setting enabled, the legacy table should not be rendered for text based queries.The text was updated successfully, but these errors were encountered: