pub(crate) async fn remove_region_dir_once(
region_path: &str,
object_store: &ObjectStore,
force: bool,
) -> Result<bool>Expand description
Removes region dir if there is no parquet files, returns whether the directory is removed.
If force = true, always removes the dir.