apache / iceberg-rust

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

Lack of integration tests for SQL catalog implementation #673

Open callum-ryan opened 1 month ago

callum-ryan commented 1 month ago

Following on from https://github.com/apache/iceberg-rust/pull/610, https://github.com/apache/iceberg-rust/pull/534, https://github.com/apache/iceberg-rust/pull/524 and https://github.com/apache/iceberg-rust/pull/610#pullrequestreview-2335528590 from @liurenjie1024.

The current test suite only runs against SQLite, for the catalog implementation to be robustly tested this should be extended to both PostgreSQL and MySQL.

I've already made a start on this, so happy to take this on!

liurenjie1024 commented 1 month ago

Thanks @callum-ryan !