pub fn commit_uri_from_version(version: i64) -> Path
Return the uri of commit version.
use object_store::path::Path; let uri = commit_uri_from_version(1); assert_eq!(uri, Path::from("_delta_log/00000000000000000001.json"));