Skip to content

Conversation

@wgtmac
Copy link
Member

@wgtmac wgtmac commented Jan 7, 2026

No description provided.

NotSupported("Format version: {}", format_version);

if (format_version == 1) {
writer_result = ManifestWriter::MakeV1Writer(snapshot_id, manifest_path, file_io_,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: use ManifestWriter::MakeWriter

Result<std::unique_ptr<ManifestWriter>> writer_result =
NotSupported("Format version: {}", format_version);

if (format_version == 2) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants