Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: specialized IntoCanonical for DictArray utf8/binary (#1146)
Fixes #1041 Change the IntoCanonical implementation for DictArray to do canonicalize-then-take for stringy things, take-then-canonicalize for everything else. It is always the case for strings that canonicalize-then-take will be faster, regardless of the compression of the values array. Overrides #1136
- Loading branch information