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
When using ctx.sql() for INSERT, the returned batch has null for the auto-generated id column, but the schema marks it as non-nullable, causing: "Invalid batch column at '0' has null but schema specifies non-nullable"
When using ctx.sql() for INSERT, the returned batch has null for the auto-generated
idcolumn, but the schema marks it as non-nullable, causing: "Invalid batch column at '0' has null but schema specifies non-nullable"Repro steps here #537