Skip to content

Commit 5a3f695

Browse files
committed
refactor: initialize key metadata in manifest writer
1 parent 283ba61 commit 5a3f695

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/iceberg/manifest/manifest_writer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Result<ManifestFile> ManifestWriter::ToManifestFile() const {
247247
.existing_rows_count = existing_rows_count_,
248248
.deleted_rows_count = delete_rows_count_,
249249
.partitions = std::move(partitions),
250+
.key_metadata = {},
250251
.first_row_id = first_row_id_,
251252
};
252253
}

0 commit comments

Comments
 (0)