mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 08:20:36 +00:00
fix: deserialize TableInfoValue with missing field (#2134)
This commit is contained in:
@@ -29,7 +29,7 @@ futures.workspace = true
|
||||
humantime = "2.1"
|
||||
humantime-serde = "1.1"
|
||||
paste = "1.0"
|
||||
serde = "1.0.136"
|
||||
serde.workspace = true
|
||||
snafu = { version = "0.7", features = ["backtraces"] }
|
||||
store-api = { workspace = true }
|
||||
tokio.workspace = true
|
||||
|
||||
@@ -520,6 +520,7 @@ pub struct RawTableMeta {
|
||||
pub engine_options: HashMap<String, String>,
|
||||
pub options: TableOptions,
|
||||
pub created_on: DateTime<Utc>,
|
||||
#[serde(default)]
|
||||
pub partition_key_indices: Vec<usize>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user