You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
This size is stored in the dict as d->size which is a uint32_t. I thought about just making sure that we store this instead as a uint64_t, but I don't think it is that simple. The hash values are all uint32_t, and we mix the hash with k here to get a probe which would have to be uint64_t. I think that would probably break things
tidyverse/dplyr#5291
The text was updated successfully, but these errors were encountered: