From b1558ac92437130fdc779b6e2f7675c58b1178d5 Mon Sep 17 00:00:00 2001 From: Marcus Gartner Date: Tue, 30 Mar 2021 13:34:10 -0700 Subject: [PATCH] schemaexpr: remove inapplicable TODO Release note: None --- pkg/sql/catalog/schemaexpr/default_exprs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/sql/catalog/schemaexpr/default_exprs.go b/pkg/sql/catalog/schemaexpr/default_exprs.go index ef8622adc106..98dd54353a29 100644 --- a/pkg/sql/catalog/schemaexpr/default_exprs.go +++ b/pkg/sql/catalog/schemaexpr/default_exprs.go @@ -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,