-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python FFI bridge for Schema, Field and DataType (#439)
* FFI bridge for Schema, Field and DataType * Factor out conversion to datatypes/ffi.rs * Add flags * Rust tests * Test datatypes from the python test suite * Install a pinned nightly pyarrow wheel * Python tests for Field and Schema * Cleanup * Remove comment * cleanup * Fix python tests after rebase * fix clippy Co-authored-by: Andrew Lamb <[email protected]>
- Loading branch information
Showing
8 changed files
with
870 additions
and
474 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
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
Oops, something went wrong.