OpenMLDB
OpenMLDB copied to clipboard
Pre-aggr table still exists if deploy failed
Bug Description
Now we create the pre-aggr
table before CreateProcedure
. If CreateProcedure
fails, we didn't delete the related pre-aggr tables.
Expected Behavior
We should delete the pre-aggr
table if CreateProcedure
fails.
@zhanghaohit check whether cause incorrectness
@zhanghaohit check whether cause incorrectness
It doesn't affect the correctness, as next time, we will not create the pre-aggregation table if exists