Skip to content

Commit

Permalink
fix ci (#1678)
Browse files Browse the repository at this point in the history
regression in #1667 that wasn't caught because CI doesn't work for external PRs
  • Loading branch information
serprex authored May 7, 2024
1 parent 23a3ec6 commit 5104b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/qrep_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func QRepFlowWorkflow(
return err
}

if state.LastPartition != nil {
if !config.InitialCopyOnly && state.LastPartition != nil {
if err := q.waitForNewRows(ctx, signalChan, state.LastPartition); err != nil {
return err
}
Expand Down

0 comments on commit 5104b00

Please sign in to comment.