Skip to content

Commit

Permalink
Merge branch 'main' into bq/use-source-for-avro-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored May 7, 2024
2 parents ffe19ed + 5104b00 commit 8715b10
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 8715b10

Please sign in to comment.