Skip to content

Commit 3df5f70

Browse files
rcypher-databricksJesse
andcommitted
Update internal/client/client.go
Co-authored-by: Jesse <[email protected]> Signed-off-by: Raymond Cypher <[email protected]>
1 parent 1d02905 commit 3df5f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func SprintGuid(bts []byte) string {
390390
return fmt.Sprintf("%x", bts)
391391
}
392392

393-
// Create an updated context and a logger that include query and connection id
393+
// Create an updated context and a logger that includes query and connection id
394394
func LoggerAndContext(ctx context.Context, c any) (*logger.DBSQLLogger, context.Context) {
395395
connId := driverctx.ConnIdFromContext(ctx)
396396
corrId := driverctx.CorrelationIdFromContext(ctx)

0 commit comments

Comments
 (0)