Skip to content

Commit

Permalink
Use Dedupe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jun 17, 2024
1 parent b2524fe commit a8f5de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/bigquery/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ func (s *Store) Merge(tableData *optimization.TableData) error {
AdditionalEqualityStrings: additionalEqualityStrings,
// BigQuery has DDL quotas.
RetryColBackfill: true,
// We are using BigQuery's streaming API which doesn't guarantee exactly once semantics
SubQueryDedupe: true,
})
}

Expand Down

0 comments on commit a8f5de4

Please sign in to comment.