Skip to content

Commit 1c8af88

Browse files
committed
base_eq tweak
1 parent b565673 commit 1c8af88

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/repr/src/scalar.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,9 @@ impl ScalarType {
29612961
&& a.1.scalar_type.eq_inner(&b.1.scalar_type, structure_only)
29622962
})
29632963
}
2964+
//////////////// todo: comment
2965+
(String, VarChar {max_length: None}) => true,
2966+
(VarChar {max_length: None}, String) => true,
29642967
(s, o) => ScalarBaseType::from(s) == ScalarBaseType::from(o),
29652968
}
29662969
}

test/sqllogictest/sqlite

0 commit comments

Comments
 (0)