Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Mar 18, 2024
1 parent fd0ee5d commit 90bb352
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/mito2/src/worker/handle_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ impl<S: LogStore> RegionWorkerLoop<S> {
builder.primary_key(request.primary_key);
let metadata = builder.build().context(InvalidMetadataSnafu)?;
// Create a MitoRegion from the RegionMetadata.
// TODO(yingwen): Create memtable builder by options.
let region = RegionOpener::new(
region_id,
&request.region_dir,
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/worker/handle_open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ impl<S: LogStore> RegionWorkerLoop<S> {
info!("Try to open region {}", region_id);

// Open region from specific region dir.
// TODO(yingwen): Create memtable builder by type.
let region = RegionOpener::new(
region_id,
&request.region_dir,
Expand Down

0 comments on commit 90bb352

Please sign in to comment.