delta-io / delta-kernel-rs

A native Delta implementation for integration with any query engine
Apache License 2.0
144 stars 41 forks source link

Add more rust based tests for ffi crate #475

Open nicklan opened 4 days ago

nicklan commented 4 days ago

We need to exercise all of the ffi from rust, both for testing correctness, but also because then miri can ensure we're not breaking anything.