Skip to content

Commit

Permalink
fix(meta): fix meta backup backward compatibility (#17928)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Aug 5, 2024
1 parent fc50ac8 commit 891f7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/backup/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub struct MetaSnapshotMetadata {
#[serde(default)]
pub format_version: u32,
pub remarks: Option<String>,
#[serde(with = "table_id_key_map")]
#[serde(default, with = "table_id_key_map")]
pub state_table_info: HashMap<TableId, PbStateTableInfo>,
pub rw_version: Option<String>,
}
Expand Down

0 comments on commit 891f7b3

Please sign in to comment.