Skip to content

Commit

Permalink
update expect
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 28, 2023
1 parent 833bee8 commit 53bd27c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/storage/src/row_serde/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ mod test {
field_descs: [],
type_name: "",
generated_or_default_column: None,
description: None,
},
ColumnDesc {
data_type: Int16,
Expand All @@ -101,6 +102,7 @@ mod test {
field_descs: [],
type_name: "",
generated_or_default_column: None,
description: None,
},
],
[
Expand Down Expand Up @@ -129,6 +131,7 @@ mod test {
field_descs: [],
type_name: "",
generated_or_default_column: None,
description: None,
},
ColumnDesc {
data_type: Varchar,
Expand All @@ -137,6 +140,7 @@ mod test {
field_descs: [],
type_name: "",
generated_or_default_column: None,
description: None,
},
],
[
Expand Down

0 comments on commit 53bd27c

Please sign in to comment.