Skip to content

Commit

Permalink
move to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Jan 6, 2024
1 parent f14f019 commit 2e18dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/bigquery/merge_statement_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (m *mergeStmtGenerator) generateDeDupedCTE() string {
func (m *mergeStmtGenerator) generateMergeStmts() []string {
// TODO (kaushik): This is so that the statement size for individual merge statements
// doesn't exceed the limit. We should make this configurable.
const batchSize = 16
const batchSize = 8
partitions := utils.ArrayPartition(m.unchangedToastColumns, batchSize)

mergeStmts := make([]string, 0, len(partitions))
Expand Down

0 comments on commit 2e18dba

Please sign in to comment.