feat: Add DropTableTask, AlterTableTask (#54)

* feat: use type instead of pb bytes

* feat: add table_info to CreateTableTask

* fix: remove unused fields

* feat: bring create route method back

* feat: add table_id in SubmitDdlTaskResponse

* feat: add drop table task

* feat: add alter table task

* chore: allow large_enum_variant

* chore: apply suggestions from CR
This commit is contained in:
Weny Xu
2023-07-06 12:55:09 +09:00
committed by GitHub
parent f82201d712
commit 917ead6274
10 changed files with 1421 additions and 501 deletions
+1
View File
@@ -13,6 +13,7 @@
// limitations under the License.
mod serde;
#[allow(clippy::large_enum_variant)]
pub mod v1;
pub mod prometheus {