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
148456: importer: remove now-dead code r=yuzefovich a=yuzefovich
**importer: remove no longer used fields from the jobs proto**
`SkipFKs`, `ParseBundleSchema`, and `DefaultIntSize` fields are no
longer used.
**importer: remove all code associated with creating new tables**
We no longer have the code for IMPORT formats that might create new
tables, so we can now assume everywhere that `Table.IsNew` is always
`false`.
**importer: remove schema-publishing related code**
The ability to create new schemas as part of the IMPORT was added in
f36a95a and it was only supported in
PGDUMP. That code is now gone, so we can remove the schema-publishing
related code too.
Epic: None
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments