We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f90ea commit 8d98069Copy full SHA for 8d98069
1 file changed
src/meta/api/src/api_impl/schema_api.rs
@@ -192,6 +192,7 @@ pub async fn construct_drop_table_txn_operations(
192
} else {
193
kv_api.get_pb_seq_and_value(&tbid).await?
194
};
195
+ // Check if table exists.
196
if tb_meta_seq == 0 {
197
return Err(KVAppError::AppError(AppError::UnknownTableId(
198
UnknownTableId::new(table_id, "drop_table_by_id failed to find valid tb_meta"),
0 commit comments