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 function to create schema canonical form cannot handle logicalTypes properly. An example of such schema is {"type":"long","logicalType":"timestamp-millis"} and canonical form should be just "long".