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

convert to delta, add support for overwrite existing Table #2097

Open djouallah opened 5 months ago

djouallah commented 5 months ago

I have an external process that produce Parquet files incrementally, basically it just add files , I want to convert it to Delta Table , which currently works the first time but errors the second time as the table exists.

two current workaround

ion-elgreco commented 5 months ago

You likely want to just manually add a transaction commit for these append actions if they are appends.

You could take a look at a tool @rtyler build: https://github.com/buoyant-data/oxbow