Skip to content

Commit 9a0e09b

Browse files
committed
Revert "try 64 bit khint_t"
This reverts commit e4ee5b5.
1 parent 86da145 commit 9a0e09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/new_vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ template <typename T, bool IsMasked> class PandasHashTable {
662662
return;
663663
}
664664

665-
klib::KHashMap<T, size_t, PandasHashFunction<T>, PandasHashEquality<T>, size_t>
665+
klib::KHashMap<T, size_t, PandasHashFunction<T>, PandasHashEquality<T>>
666666
hash_map_;
667667
Py_ssize_t na_position_ = -1;
668668
};

0 commit comments

Comments
 (0)