Skip to content

Commit

Permalink
feat: add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Jan 4, 2024
1 parent 552c78a commit c856ef9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mito2/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ async fn write_cache_from_config(
return Ok(None);
}

// TODO(yingwen): Remove this and document the config once the write cache is ready.
warn!("Write cache is an experimental feature");

let cache = WriteCache::new_fs(
&config.write_cache_path,
object_store_manager,
Expand Down

0 comments on commit c856ef9

Please sign in to comment.