should_enable_gc

Function should_enable_gc 

Source
pub fn should_enable_gc(
    global_gc_enabled: bool,
    _object_store_scheme: Scheme,
) -> bool
Expand description

For debug build, we may use Fs as the object store scheme, so we need to enable GC for local file system.