Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Dec 12, 2024
1 parent 1de0037 commit aceda8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ suite("test_nestedtypes_insert_into_select", "p0") {

test {
sql "insert into ast values ('text' , [named_struct('a',1,'b','home'),named_struct('a',2,'b','work')]);"
exception "mismatched input 'named_struct' expecting"
exception "no viable alternative at input '[named_struct'"
}


Expand All @@ -50,6 +50,6 @@ suite("test_nestedtypes_insert_into_select", "p0") {

test {
sql "insert into ast values ('text' , [named_struct('a',1,'b','home'),named_struct('a',2,'b','work')]);"
exception "mismatched input 'named_struct' expecting"
exception "no viable alternative at input '[named_struct'"
}
}

0 comments on commit aceda8f

Please sign in to comment.