apache / iceberg-rust

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

`typed-builder` and `derive_builder` are both used #547

Open Xuanwo opened 1 month ago

Xuanwo commented 1 month ago

Should we stick to one builder crate instead?

liurenjie1024 commented 1 month ago

I'm in favor of using typed-builder only, but the problem is that its type is not clear, which maybe a problem when you want to save a builder in your struct.