mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-22 14:08:28 +00:00
64acfd3802
* feat: implement drop table procedure * fix: fix uncaught error * refacotr: refactor error handling * chore: apply suggestions from CR * refactor: move fetch_table/s to table_routes.rs * chore: fix clippy * chore: apply suggestions from CR * chore: rebase onto develop * feat: compare the table_route value before deleting * feat: handle if table already exists on datanode * Update src/meta-srv/src/procedure/drop_table.rs Co-authored-by: JeremyHi <jiachun_feng@proton.me> --------- Co-authored-by: JeremyHi <jiachun_feng@proton.me>