apache / iceberg-rust

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

[bug] HMS Catalog missing properties `fn create_namespace` #302

Closed marvinlanhenke closed 6 months ago

marvinlanhenke commented 6 months ago

Problem:

When creating a namespace via fn create_namespace the returned namespace with properties should be returned. As of right now, the properties are missing.

https://github.com/apache/iceberg-rust/blob/main/crates/catalog/hms/src/catalog.rs#L179