Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
importccl: fix bug when mixing old and new tables during import
There was an indexing bug which would have been triggered if the resolution of new and old table descriptors was ever mixed within the same import. This situation has not hit any users because an IMPORT only allows writing to new tables, while an IMPORT INTO only allows writing to existing (old) tables, thereby never mixing the two. This change fixes that bug. Closes cockroachdb#50733 Release note: None
- Loading branch information