chore: pub access layer (#6670) (#6842)

(cherry picked from commit 7bb765af1d)

Signed-off-by: evenyag <realevenyag@gmail.com>
Co-authored-by: Yingwen <realevenyag@gmail.com>
This commit is contained in:
LFC
2025-08-28 17:42:16 +08:00
committed by GitHub
parent 83f566ad20
commit 4a936d7320

View File

@@ -90,7 +90,8 @@ pub struct CompactionRegion {
pub(crate) engine_config: Arc<MitoConfig>,
pub(crate) region_metadata: RegionMetadataRef,
pub(crate) cache_manager: CacheManagerRef,
pub(crate) access_layer: AccessLayerRef,
/// Access layer to get the table path and path type.
pub access_layer: AccessLayerRef,
pub(crate) manifest_ctx: Arc<ManifestContext>,
pub(crate) current_version: CompactionVersion,
pub(crate) file_purger: Option<Arc<LocalFilePurger>>,