Skip to content

Commit bd45fdd

Browse files
authored
cargo test: Fix merge skew (#37066)
Seen in https://buildkite.com/materialize/test/builds/125689 Logical conflict between #37063 and #36983
1 parent 4aa823b commit bd45fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sql-parser/tests/testdata

src/sql-parser/tests/testdata/id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ CREATE VIEW "materialize"."public"."v3" AS SELECT * FROM [u1 AS "materialize"."p
8484
parse-statement
8585
SELECT * FROM [ü1 AS materialize.public.foo]
8686
----
87-
SELECT * FROM [ü1 AS materialize.public.foo]
87+
SELECT * FROM ["ü1" AS materialize.public.foo]
8888
=>
8989
Select(SelectStatement { query: Query { ctes: Simple([]), body: Select(Select { distinct: None, projection: [Wildcard], from: [TableWithJoins { relation: Table { name: Id("ü1", UnresolvedItemName([Ident("materialize"), Ident("public"), Ident("foo")]), None), alias: None }, joins: [] }], selection: None, group_by: [], having: None, qualify: None, options: [] }), order_by: [], limit: None, offset: None }, as_of: None })

0 commit comments

Comments
 (0)