Skip to content

Commit 25c344c

Browse files
committed
sql/randgen: fix typo in comment
Release note: None
1 parent 9fd51a0 commit 25c344c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sql/randgen/expr.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ func randExpr(
161161
}
162162
}
163163
if len(cols) > 1 {
164-
// If any of the columns are nullable, set the computed column to be
165-
// nullable.
164+
// If any of the columns are nullable, the resulting expression
165+
// could be null.
166166
for _, x := range cols {
167167
if x.Nullable.Nullability != tree.NotNull {
168168
nullability = x.Nullable.Nullability

0 commit comments

Comments
 (0)