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
Preserve Legacy Behavior for Duplicate Fields in Nested Rows
This change makes it so that nested rows keep only the first of
duplicate fields. This is different from top-level struct fields
and maps, which both keep the last value.
I'd like to have a SerDe property to manage this behavior but don't
want to add any more complexity at this point.
0 commit comments