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
Add a new method to check for compatible datatypes
The new method will look if two datatypes are compatible which each other,
ignoring the field order and length and fail if missing and not nullable.
Array data type comparison will use the equals_datatype instead of
comparing the enums itself.
0 commit comments