mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-22 22:18:22 +00:00
792d8dfe33
* chore: check table existence * refactor: rename LevelMetaVec * feat: create request to metadata * refactor: Share MitoConfig between workers * feat: impl handle_create_request * refactor: move tests mod * feat: validate time index nullable * feat: test create region * feat: test create if not exists * feat: remove option * style: fix clippy * chore: address CR comments