-
Notifications
You must be signed in to change notification settings - Fork 25k
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
x-pack/plugin/otel-data: Fix dynamic template summary and summary_minmax #113868
Conversation
Pinging @elastic/es-data-management (Team:Data Management) |
I think it'd be useful to add a test to trigger this in https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/otel-data/src/yamlRestTest/resources/rest-api-spec/test |
I've changed the type from |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…max (#113868) (#113889) <!-- Thank you for your interest in and contributing to Elasticsearch! There are a few simple things to check before submitting your pull request that can help with the review process. You should delete these items from your submission, but they are here to help bring them to your attention. --> Fix error `failed to parse: class java.lang.String cannot be cast to class java.util.List (java.lang.String and java.util.List are in module java.base of loader 'bootstrap')` (cherry picked from commit f6a5252) Co-authored-by: Elastic Machine <[email protected]>
…max (elastic#113868) <!-- Thank you for your interest in and contributing to Elasticsearch! There are a few simple things to check before submitting your pull request that can help with the review process. You should delete these items from your submission, but they are here to help bring them to your attention. --> Fix error `failed to parse: class java.lang.String cannot be cast to class java.util.List (java.lang.String and java.util.List are in module java.base of loader 'bootstrap')`
Fix error
failed to parse: class java.lang.String cannot be cast to class java.util.List (java.lang.String and java.util.List are in module java.base of loader 'bootstrap')