Skip to content

Commit ac30890

Browse files
authored
Merge branch 'main' into spill-pr2
2 parents 6a28cc4 + 9108ac7 commit ac30890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/paimon/predicate/literal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class PAIMON_EXPORT Literal {
108108
namespace std {
109109
template <>
110110
struct hash<::paimon::Literal> {
111-
size_t operator()(const paimon::Literal& literal) const {
111+
size_t operator()(const ::paimon::Literal& literal) const {
112112
return literal.HashCode();
113113
}
114114
};

0 commit comments

Comments
 (0)