JanKaul / iceberg-rust

Rust implementation of Apache Iceberg with integration for Datafusion
Apache License 2.0
74 stars 11 forks source link

Change Catalog trait to allow REST catalog #16

Closed JanKaul closed 4 months ago

JanKaul commented 5 months ago

The current design of the catalog trait doesn't allow the use of the REST catalog. The catalog trait has to be changed.