-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(python): handle PyCapsule interface objects in write_deltalake (#…
…2534) # Description Adds support for the [Arrow PyCapsule interface](https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html). Since pyarrow is already a required dependency, this takes the minimal route of converting pycapsule interface objects into pyarrow objects. This requires pyarrow 15 or higher for the stream conversion (apache/arrow#39217). This doesn't modify the existing hard-coded support for pyarrow and pandas # Related Issue(s) - closes #2376 # Documentation --------- Co-authored-by: Ion Koutsouris <[email protected]>
- Loading branch information
1 parent
64bca17
commit 640ee6e
Showing
1 changed file
with
33 additions
and
3 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