Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support arrow view types (delta-io#533)
I've added support for view type passthrough some time ago in delta-rs. Arrow-rs finally catched up and FFI support was added for view types as well. I wanted to add enable view types export in polars during delta writes but delta-kernel-rs unfortunately hasn't the support yet: `SchemaMismatchError: Invalid data type for Delta Lake: Utf8View` This adds the view types as part of the conversion Co-authored-by: Zach Schuermann <[email protected]>
- Loading branch information