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
We are not checking the max allowed precision/scale during table creation, which could potentially allow users to create tables that do not respect the protocol limitations on decimal types.
Environment
We are not checking the max allowed precision/scale during table creation, which could potentially allow users to create tables that do not respect the protocol limitations on decimal types.
Example:
"schemaString": "{\"type\":\"struct\",\"fields\":[{\"name\":\"x\",\"type\":\"decimal(65,64)\",\"nullable\":true,\"metadata\":{}}]}",
The text was updated successfully, but these errors were encountered: