-
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
Ensure extra columns are not shown in table vis when showPartialRows:true #27154
Ensure extra columns are not shown in table vis when showPartialRows:true #27154
Conversation
This comment has been minimized.
This comment has been minimized.
a0057fa
to
47c5f95
Compare
This comment has been minimized.
This comment has been minimized.
Pinging @elastic/kibana-app |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Build Failed
^^ I think these are flaky (both tests are failing on master for me locally too). I believe the embeddable rendering one is being tracked here: #28274, not sure about the filtering one. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@ppisljar Now that the new pipeline is moved behind a toggle, I went ahead and finished this up based on your last set of feedback, which made the implementation a lot simpler. Tested with the pipeline toggled on & off, and all seems to be working as expected. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8a4c801
to
01492a7
Compare
This comment has been minimized.
This comment has been minimized.
01492a7
to
75fb8ec
Compare
This comment has been minimized.
This comment has been minimized.
75fb8ec
to
8190cad
Compare
This comment has been minimized.
This comment has been minimized.
8190cad
to
eaff1c2
Compare
This comment has been minimized.
This comment has been minimized.
eaff1c2
to
02da7c4
Compare
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
Summary
Fixes #22168, but specifically for
7.0
,7.x
,8.0
(master).Also closes #3455.
The original issue was resolved for
6.6
in #25690 and backported to6.5.x
in #27421.A different solution is required here since canvas pipeline in visualize has been merged (#25996). This broke the original solution, and therefore requires a different fix for
7.0
and moving forward.This will also likely conflict with some of the work that's being done in the visualizations field formatting refactoring, currently WIP in #26951.(Edit: Conflicts resolved to work with #28746).QA
This PR should resolve #22168 for the
master
branch. Since the issue was already resolved for6.6
this technically should be introducing no changes for that issue, just a different implementation of the same bugfix. However, this PR additionally resolves #3455, which should be the only difference that's visible to the end user.