Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix minor typo
  • Loading branch information
EnricoMi committed Apr 28, 2025
commit c38aa3a846fefeda933279fa6dcaec019d27ea5c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,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