Skip to content

Commit e2efe04

Browse files
authored
Fix test
1 parent fdb1893 commit e2efe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03786_storage_join_type_conversion.reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Positions: 0 3 1
3737
FUNCTION _CAST(__table2.x :: 0, \'Nullable(UInt32)\'_String :: 1) -> _CAST(__table2.x, \'Nullable(UInt32)\'_String) Nullable(UInt32) : 2
3838
ALIAS _CAST(__table2.x, \'Nullable(UInt32)\'_String) :: 2 -> __table2.x Nullable(UInt32) : 1
3939
Positions: 1
40-
FilledJoin (Filled JOIN)
40+
FilledJoin
4141
Header: __table1.str String
4242
__table2.s String
4343
__table2.x UInt32

0 commit comments

Comments
 (0)