[Canvas] Fix column object shape in datatable created by CSV function#98561
Merged
cqliu1 merged 4 commits intoelastic:masterfrom May 17, 2021
Merged
[Canvas] Fix column object shape in datatable created by CSV function#98561cqliu1 merged 4 commits intoelastic:masterfrom
cqliu1 merged 4 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/kibana-presentation (Team:Presentation) |
Contributor
|
@cqliu1 can this fix be back-ported? |
Contributor
Author
|
@kmartastic I was planning to backport it to 7.13, but I think it might impact Kibana 7.10+. How far back did you want it backported? |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💚 Build SucceededMetrics [docs]Page load bundle
Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: |
This was referenced May 17, 2021
cqliu1
added a commit
to cqliu1/kibana
that referenced
this pull request
May 17, 2021
…elastic#98561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
cqliu1
added a commit
to cqliu1/kibana
that referenced
this pull request
May 17, 2021
…elastic#98561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Contributor
|
I'm not sure how much work it is, but at a minimum going back to the current public release (7.12). Thoughts @timductive or @clintandrewhall ? |
1 task
yctercero
pushed a commit
to yctercero/kibana
that referenced
this pull request
May 25, 2021
…elastic#98561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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.
Summary
The CSV function broke with the changes to the shape of a datatable column object that added meta data. This fixes the CSV to create a new column with the correct meta data.
For maintainers