delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.98k stars 365 forks source link

feat: adopt kernel schema types #2495

Closed roeap closed 4 weeks ago

roeap commented 1 month ago

Description

First pass adopting delta_kernel in delta-rs.

depends on https://github.com/delta-incubator/delta-kernel-rs/pull/189 being merged and released.

This PR focusses on the schema types. Adopting the action types would be a follow up, but might have a even greater blast radius then this one.

Related Issue(s)

part of #2489

Documentation