-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
structured-merge-diff/typed/helpers.go
Lines 211 to 213 in 1791273
case child.IsMap(): | |
// TODO: atomic maps should be acceptable. | |
return pe, errors.New("associative list without keys has an element that's a map type") |
i was hitting above line when using an atomic map as the element of a set-list. is there a plan for supporting such schema? thanks! @apelisse @jennybuckley
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.