mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 16:30:39 +00:00
* feat: implement "drop table" in distributed mode (both in SQL and gRPC) refactor: create distributed table some details: - set table global value in Meta, as well as table routes value. Datanode only set table regional value - complete instance SQL tests both in standalone and distributed mode * fix: rebase develop * fix: resolve PR comments