Skip to content

Commit 12113cc

Browse files
author
Wojciech Padlo
committed
Snowflake tests: match new ShowObjects.dynamic field in SHOW OBJECTS test
The ShowObjects struct gained a `dynamic` field but this exhaustive pattern in test_show_objects was not updated, breaking the test crate build. Add `..` so the suite compiles.
1 parent 86ad2cf commit 12113cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/sqlparser_snowflake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,6 +3868,7 @@ fn test_parse_show_objects() {
38683868
Statement::ShowObjects(ShowObjects {
38693869
terse,
38703870
show_options,
3871+
..
38713872
}) => {
38723873
assert!(terse);
38733874
let name = match show_options.show_in {

0 commit comments

Comments
 (0)