pub async fn read_manifest(
object_store: &ObjectStore,
path: &Path,
) -> Result<Manifest>
Expand description
Read Manifest on URI.
This only reads manifest files. It does not read data files.
pub async fn read_manifest(
object_store: &ObjectStore,
path: &Path,
) -> Result<Manifest>
Read Manifest on URI.
This only reads manifest files. It does not read data files.