This commit is contained in:
Yuriy Dupyn 2024-02-05 23:44:33 +01:00
parent 588db169f8
commit ae03d52c0c
3 changed files with 6 additions and 6 deletions

View file

@ -108,7 +108,7 @@ impl StoreHeader {
.map_err(|e| Error::DecodeError(DecodeErrorKind::StoreHeaderIndexedColumns, e))?;
Ok(StoreHeader {
table_folder: header.table_folder.into(),
table_folder: header.table_folder,
number_of_columns: header.number_of_columns,
deleted_count: header.deleted_count,
total_count: header.total_count,