Skip to content

Commit

Permalink
fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jun 24, 2024
1 parent 7ca0845 commit 72b2f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spanner/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ type ReadOptions struct {
// An option to control the order in which rows are returned from a read.
OrderBy sppb.ReadRequest_OrderBy

// A lock hint mechanism to use for this request.
// A lock hint mechanism to use for this request. This setting is only applicable for
// read-write transaction as as read-only transactions do not take locks.
LockHint sppb.ReadRequest_LockHint
}

Expand Down

0 comments on commit 72b2f56

Please sign in to comment.