Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Mar 11, 2024
1 parent 7619f11 commit 13fa4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/resource_sql_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ func ResourceSqlTable() common.Resource {
newColMap := newCols[i].(map[string]interface{})

if oldColMap["type_text"] != newColMap["type_text"] {
return fmt.Errorf("Changing the 'type' of an existing column is not allowed, please apply twice by dropping and adding a new column.")
return fmt.Errorf("changing the 'type' of an existing column is not allowed, please apply twice by dropping and adding a new column.")

Check failure on line 443 in catalog/resource_sql_table.go

View workflow job for this annotation

GitHub Actions / tests

error strings should not end with punctuation or newlines (ST1005)
}
}
}
Expand Down

0 comments on commit 13fa4ba

Please sign in to comment.