Skip to content

Commit 3743dba

Browse files
CopilotBohuTANG
andcommitted
Fix error code in test to use BadArguments (1006)
Co-authored-by: BohuTANG <[email protected]>
1 parent d79ba4c commit 3743dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sqllogictests/suites/base/05_ddl/05_0060_ddl_alter_column_not_null.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ NULL 3
2020
d 4
2121

2222
# Should fail: column 'a' contains NULL values
23-
statement error 1065
23+
statement error 1006
2424
ALTER TABLE test_alter_not_null MODIFY COLUMN a STRING NOT NULL;
2525

2626
# Should fail: column 'b' contains NULL values
27-
statement error 1065
27+
statement error 1006
2828
ALTER TABLE test_alter_not_null MODIFY COLUMN b INT NOT NULL;
2929

3030
statement ok

0 commit comments

Comments
 (0)