iceberg-rust
iceberg-rust copied to clipboard
Add catalog builder trait
Which issue does this PR close?
- Closes #1254 .
What changes are included in this PR?
Add CatalogBuilder trait.
Are these changes tested?
No, empty trait def.
I tried to use object safety trait, but found a lot limitation which will make the code difficult to use, so I rollback to this version. For a more complete example, see #1231
cc @Xuanwo @sdd @c-thiel @ZENOTME
I have a new proposal in https://github.com/apache/iceberg-rust/issues/1254
cc @sdd @Xuanwo @Fokko Any other concerns?