Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 1, 2024
1 parent 94c8585 commit 98b9c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/bigquery/merge_stmt_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (m *mergeStmtGenerator) generateFlattenedCTE() string {
m.syncBatchID, m.dstTableName)
}

// This function is to handle
// This function is to support datatypes like JSON which cannot be compared by BigQuery
func (m *mergeStmtGenerator) transformedPkeyStrings(forPartition bool) []string {
pkeys := make([]string, 0, len(m.normalizedTableSchema.PrimaryKeyColumns))
for _, col := range m.normalizedTableSchema.Columns {
Expand Down

0 comments on commit 98b9c4f

Please sign in to comment.