refactor: remove the table in ddl response (#175)

This commit is contained in:
Jeremyhi
2024-05-31 14:23:53 +08:00
committed by GitHub
parent 21ed40d4a1
commit ae26136acc
5 changed files with 24 additions and 475 deletions
-3
View File
@@ -104,9 +104,6 @@ message DdlTaskResponse {
ResponseHeader header = 1;
ProcedureId pid = 2;
// Returns if table created.
// TODO(jeremy): remove it?
TableId table_id = 4;
// Returns if the tables created.
repeated TableId table_ids = 5;
}