You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Implement support for appending Object and List variants in VariantBuilder (#7735)
# Which issue does this PR close?
Closes#7701 .
# Rationale for this change
The VariantBuilder::append_value method did not support appending
`Object` and `List` variants correctly. This PR ensures that these
complex types are appropriately copied and appended.
# What changes are included in this PR?
# Are there any user-facing changes?
No
0 commit comments