Skip to content

Commit 9108ac7

Browse files
authored
fix namespace problem (alibaba#256)
1 parent 277b805 commit 9108ac7

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)