Skip to content

Commit

Permalink
Fix build bug with older arrow version. (#1897)
Browse files Browse the repository at this point in the history
Fixes #1896

Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
  • Loading branch information
vegetableysm committed May 23, 2024
1 parent 946cae3 commit 65570be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/basic/ds/hashmap.vineyard-mod
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class SingleHashFunctor<std::string_view> {
template <>
class SingleHashFunctor<vineyard::arrow_string_view> {
public:
uint64_t operator()(const std::string_view& key,
uint64_t operator()(const vineyard::arrow_string_view& key,
uint64_t seed = 0xAAAAAAAA55555555ULL) const {
return hashFunctors(key);
}
Expand Down

0 comments on commit 65570be

Please sign in to comment.