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
FieldType for random tests should return null for custom type (#133271)
The data generation framework allows the use of custom types. When attempting
to parse the type name into a FieldType, this should return null, which will cause
downstream users to skip this type.
Fixes#133202
Co-authored-by: Alan Woodward <[email protected]>
0 commit comments