Skip to content

Commit beabab9

Browse files
committed
adjust last snapshot hint path
1 parent 224023a commit beabab9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/query/storages/fuse/src/io/locations.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ impl TableMetaLocationGenerator {
101101
}
102102

103103
pub fn gen_last_snapshot_hint_location(&self) -> String {
104-
format!(
105-
"{}/{}/{}",
106-
&self.prefix, FUSE_TBL_SNAPSHOT_PREFIX, FUSE_TBL_LAST_SNAPSHOT_HINT,
107-
)
104+
format!("{}/{}", &self.prefix, FUSE_TBL_LAST_SNAPSHOT_HINT)
108105
}
109106
}
110107

0 commit comments

Comments
 (0)