docs: Clarify warning about parsing object storage paths

pull/24376/head
Carol (Nichols || Goulding) 2021-10-15 11:14:25 -04:00
parent def65cfea0
commit c64403d8b5
1 changed files with 2 additions and 1 deletions

View File

@ -406,7 +406,8 @@ impl IoxObjectStore {
}
/// The possibly valid location in object storage for this database. Suitable for serialization
/// to use during initial database load, but not parsing, as its format is subject to change!
/// to use during initial database load, but not parsing for semantic meaning, as its format is
/// subject to change!
pub fn root_path(&self) -> String {
self.root_path.inner.to_string()
}