Skip to content

Commit c222868

Browse files
committed
Add missing column definition
1 parent f5d1d9e commit c222868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ func (suite *integrationTestSuite) TestE2EValidWrites() {
546546
{"text_col", "DECIMAL(18,3)"},
547547
{"binary_col", "DECIMAL(18,3)"},
548548
{"binary_neg_col", "DECIMAL(18,3)"},
549+
{"binary_null_col", "DECIMAL(18,3)"},
549550
{"ts", "TIMESTAMP"},
550551
},
551552
Dataset: [][]any{

0 commit comments

Comments
 (0)