hash_grouper with single complex types seems incorrect #7022
Unanswered
waitinfuture
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Hi @waitinfuture , Do you have a full minimum reproducible example you can share? That will help us understand the failure mode better. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For complex types such as struct, as make_groups() makes groups based on hash rather than actual value, when hash collision happens, the result might be incorrect. The same happens with make_unique_idxs.
cc @jaychia Please check if the understanding is correct, thanks!
Beta Was this translation helpful? Give feedback.
All reactions