Skip to content

Commit

Permalink
Update src/common/meta/src/ddl/table_meta.rs
Browse files Browse the repository at this point in the history
Co-authored-by: niebayes <[email protected]>
  • Loading branch information
MichaelScofield and niebayes authored Dec 29, 2023
1 parent eb5a7b2 commit 4b41a1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/meta/src/ddl/table_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ impl TableMetadataAllocator {
task: &CreateTableTask,
) -> Result<TableMetadata> {
let table_id = self.allocate_table_id(task).await?;

let table_route = self.create_table_route(ctx, table_id, task).await?;

let region_wal_options = self.create_wal_options(&table_route)?;

debug!(
Expand Down

0 comments on commit 4b41a1c

Please sign in to comment.