Skip to content

Commit

Permalink
Add issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
clee704 committed Nov 12, 2024
1 parent 0cb3176 commit df0f414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ abstract class MergeIntoSuiteBase
}
}

test("CHAR(N) type should not cause AnalysisException") {
test("#3868: CHAR(N) type should not cause AnalysisException") {
withTable("target", "source") {
sql("create table target (id char(5), value char(5)) using delta")
sql("insert into target values ('a', 'foo'), ('bb', 'foo2')")
Expand Down

0 comments on commit df0f414

Please sign in to comment.