-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[pkg/ottl] Add support for setting maps in Values #16352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. One thing I think we should also support are maps with typed values, but that doesn't block this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I very much support this, and I think it should be merged before #16340.
Adds support for setting maps in Values. The primary impact is the ability for contexts to set maps as attribute values.
Adds support for setting maps in Values. The primary impact is the ability for contexts to set maps as attribute values.
Description:
Adds support for setting maps in Values. The primary impact is the ability for contexts to set maps as attribute values.
Link to tracking Issue:
Closes #16337
Testing:
Added unit tests