apache / iceberg-rust

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

feat: missing table checks in catalog impl (hive / glue) #337

Open marvinlanhenke opened 2 months ago

marvinlanhenke commented 2 months ago

In the python implementations both catalogs perform validations by converting the respective catalog table into an iceberg table. As of right now those checks are missing in our catalog implementations.

Glue:

Hive: