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
2.33k stars 411 forks source link

Write also insert change types in writer CDC #2750

Closed ion-elgreco closed 3 months ago

ion-elgreco commented 3 months ago

I need to rectify a small mistake of not writing insert change types, will update the writer before we ship out v0.19.

I'll also add some tests on the rust side @roeap, and update the wrong tests in Python to highlight that also inserts are showing up