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

fix: consistently use raise_if_key_not_exists in CreateBuilder #2569

Closed vegarsti closed 3 weeks ago

vegarsti commented 3 weeks ago

I forgot to change the name of the builder method!

Follow up from #2565.

vegarsti commented 3 weeks ago

Thanks!

ion-elgreco commented 3 weeks ago

@vegarsti gotta update it also in python/src/lib : )

vegarsti commented 3 weeks ago

Doh! Done, thanks