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
The (distinct) option applied on enum values fails to actually convert an enum value to Any because of the constraint iterates over EnumValueDescriptor instead of actual enum values.
In order to support consistent behavior across all possible types, we should consider adding appropriate message casters for such a situation.