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
@ebyhr (or whoever picks this up): IMO adding fields to nested data types is more important than dropping fields of nested data types. But supporting both is of course better 😄
Dropping fields is a backwards incompatible change while adding fields is a backwards compatible change. A workaround for not supporting dropping nested fields is just setting the field as null. There is no workaround for not supporting adding nested fields.
We're going to support for dropping nested fields in #15975. It would be nice to support adding nested fields as well.
The text was updated successfully, but these errors were encountered: