mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 07:50:38 +00:00
* refactor: Add table_ref() to requests as their methods * feat: Add CreateImmutableFileTable * feat: Add DropImmutableFileTable * feat: Implement TableEngineProcedure for ImmutableFileTableEngine * feat: Add common-procedure-test crate * refactor: mito engine use common-procedure-test to test procedures * test: Add test for create and drop table * chore: Address review comments