Skip to content

Commit

Permalink
Update go/adbc/driver/snowflake/snowflake_database.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <[email protected]>
  • Loading branch information
davidhcoe and lidavidm authored Oct 24, 2023
1 parent efd0abb commit 1f7cd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/driver/snowflake/snowflake_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func (d *databaseImpl) SetOptions(cnOptions map[string]string) error {

if err != nil {
return adbc.Error{
Msg: "failed parsing PKCS8 private key: " + err.Error(),
Msg: "[Snowflake] failed parsing PKCS8 private key: " + err.Error(),
Code: adbc.StatusInvalidArgument,
}
}
Expand Down

0 comments on commit 1f7cd9d

Please sign in to comment.