-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-1689: [Python] Implement zero-copy conversions for DictionaryArray
This PR closes [ARROW-1689](https://issues.apache.org/jira/browse/ARROW-1689). I want to add the zero-copy option after #1233 merged. Author: Licht-T <[email protected]> Author: Wes McKinney <[email protected]> Closes #1237 from Licht-T/feature-categorical-index-zerocopy and squashes the following commits: 53342e8 [Wes McKinney] Use the PyCapsule API to preserve base references to C++ objects when no PyObject* is available to set as zero-copy ndarray base 0b847d1 [Wes McKinney] Fix flakes 4270b5d [Licht-T] Fix C++ lint issues ddc6b84 [Licht-T] TST: Add test_zero_copy_dictionaries e0561dc [Licht-T] ENH: Add zero_copy_only option check de4ed3e [Licht-T] ENH: Implement Categorical Block Zero-Copy
- Loading branch information
Showing
2 changed files
with
110 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters