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.Dismiss alert
Previously we'd accidently call compute here when inferring metadata.
The new groupby implementation segfaults when threads are used to
compute the index (apparently), which could happen in some cases. It's
easier just to let `aca` handle the metadata inference, so we'll remove
it.
0 commit comments