Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 3, 2024
1 parent f8d7862 commit 1283961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/databricks/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (s Store) Dialect() sql.Dialect {
func (s Store) Dedupe(tableID sql.TableIdentifier, primaryKeys []string, includeArtieUpdatedAt bool) error {
stagingTableID := shared.TempTableID(tableID)
defer func() {
// Drop the temporary table once we're done with the dedupe.
// Drop the staging table once we're done with the dedupe.
_ = ddl.DropTemporaryTable(s, stagingTableID, false)
}()

Expand Down

0 comments on commit 1283961

Please sign in to comment.