mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
* feat(fuzz): add create logical table target * fix: drop physical table after fuzz test * fix: remove backticks of table name in with clause * fix: create physical and logical table properly * chore: update comments * chore(ci): add fuzz_create_logical_table ci cfg * fix: create one logical table once a time * fix: avoid possible duplicate table and column name * feat: use hard-code physical table * chore: remove useless phantom * refactor: create logical table with struct initialization * chore: suggested changes and corresponding test changes * chore: clean up