Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jul 5, 2024
1 parent 0676389 commit 88b3c7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/meta/src/manager/catalog/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,6 @@ impl CatalogManager {
let database_core = &mut core.database;
let tables = &mut database_core.tables;
let version = try {
if cfg!(not(test)) {
Self::check_table_creating(tables, &table)?;
}
let mut tables = BTreeMapTransaction::new(tables);

table.stream_job_status = PbStreamJobStatus::Created.into();
Expand Down

0 comments on commit 88b3c7f

Please sign in to comment.