apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
469 stars 95 forks source link

Derive Clone for TableUpdate #402

Closed c-thiel closed 2 weeks ago

c-thiel commented 2 weeks ago

Just a small extension: TableUpdate currently does not implement Clone. All sub-types already implement it.

Would it be OK to add?