Skip to content

Commit

Permalink
schemaexpr: remove inapplicable TODO
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
mgartner committed Mar 30, 2021
1 parent 194c7b9 commit b1558ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/catalog/schemaexpr/default_exprs.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
// The length of the result slice matches the length of the input column descriptors.
// For every column that has no default expression, a NULL expression is reported
// as default.
// TODO(mgartner): Move this to the schemaexpr package.
func MakeDefaultExprs(
ctx context.Context,
cols []descpb.ColumnDescriptor,
Expand Down

0 comments on commit b1558ac

Please sign in to comment.