Skip to content

Commit

Permalink
ignore xmin in snapshot flow since apparently that's cdc related
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 5, 2023
1 parent 424667e commit c1576db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/workflows/snapshot_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ func (s *SnapshotFlowExecution) cloneTable(
},
}

// TODO handle xmin? if yes, maybe move xmin redirection to QRepFlowWorkflow
state := NewQRepFlowState()
boundSelector.SpawnChild(childCtx, QRepFlowWorkflow, config, state)
return nil
Expand Down

0 comments on commit c1576db

Please sign in to comment.