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
I think this is because we don’t support creating unsigned integer fields (since PG doesn’t have unsigned ints). We should definitely change it though. This is technically a feature rather than a bug.
Description
I noticed this while reviewing #2298
we can see that the dtype was properly set on the table
it seems like something is failing when writing to the delta tables.
The text was updated successfully, but these errors were encountered: