mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
Saving the results of mergeTableArtifacts
This commit is contained in:
@@ -48,6 +48,7 @@ func mergeProllyTable(ctx context.Context, tm *TableMerger, mergedSch schema.Sch
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
tm.leftTbl = mergeTbl
|
||||
|
||||
// Before we merge the table data we need to fix up the primary index on the left-side of the merge for
|
||||
// any ordinal mapping changes (i.e. moving/dropping/adding columns).
|
||||
|
||||
Reference in New Issue
Block a user