Skip to content

Commit

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

Expand Down

0 comments on commit cf2c562

Please sign in to comment.