Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jan 23, 2024
1 parent 053b62c commit 3518a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ object JdbcUtils extends Logging with SQLConfHelper {
dialect.createTable(statement, tableName, strSchema, options)
}
if (options.isUpsert) {
// creating a table that is going to be upserted requires a primary index
// creating a table that is going to be upsert requires a primary index
assert(mergeDialect.isDefined)
mergeDialect.foreach(_.createPrimaryIndex(statement, tableName, options.upsertKeyColumns))
}
Expand Down

0 comments on commit 3518a98

Please sign in to comment.