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
There is a bug in backup. We backup temporary table descriptors but not
temporary schemas. When we restore the temporary tables they end up
getting restored into the public schema. This is wrong in the sense the
temporary table is placed in the wrong schema and can cause restores to
fail if there are multiple temp tables with the same name.
Release note: fixes a bug where the presence of duplicate temporary
tables in a backup caused the restore to fail with an error containing
the text 'restoring table desc and namespace
entries: table already exists'.
Informs: #153722
0 commit comments