Skip to content

Commit 8d98069

Browse files
committed
fix
1 parent 00f90ea commit 8d98069

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/meta/api/src/api_impl/schema_api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ pub async fn construct_drop_table_txn_operations(
192192
} else {
193193
kv_api.get_pb_seq_and_value(&tbid).await?
194194
};
195+
// Check if table exists.
195196
if tb_meta_seq == 0 {
196197
return Err(KVAppError::AppError(AppError::UnknownTableId(
197198
UnknownTableId::new(table_id, "drop_table_by_id failed to find valid tb_meta"),

0 commit comments

Comments
 (0)