mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-15 17:52:57 +00:00
* refactor: add table_id to get_table()/table_exists() * refactor: Add table_id to alter table request * refactor: Add table id to DropTableRequest * refactor: add table id to DropTableRequest * refactor: Use table id as key for the tables map * refactor: use table id as file engine's map key * refactor: Remove table reference from engine's get_table/table_exists * style: remove unused imports * feat!: Add table id to TableRegionalValue * style: fix cilppy * chore: add comments and logs