apache / iceberg-rust

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

feat(iceberg): support sql catalog interface #631

Closed Li0k closed 2 months ago

Li0k commented 2 months ago

Introducing a partial implementation of sql catalog (support the functionality used by rw)

  1. list_tables
  2. create_table
  3. drop_table
  4. update_table
  5. UT