Skip to content

Commit

Permalink
added WriteMode for Snapshot config, since we assert that for overwri…
Browse files Browse the repository at this point in the history
…te now
  • Loading branch information
heavycrystal committed Sep 28, 2023
1 parent 412b526 commit 6da675e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow/workflows/snapshot_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ func (s *SnapshotFlowExecution) cloneTable(
SyncMode: s.config.SnapshotSyncMode,
MaxParallelWorkers: numWorkers,
StagingPath: s.config.SnapshotStagingPath,
WriteMode: &protos.QRepWriteMode{
WriteType: protos.QRepWriteType_QREP_WRITE_MODE_APPEND,
},
}

numPartitionsProcessed := 0
Expand Down

0 comments on commit 6da675e

Please sign in to comment.