Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions site/docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@ pre {
padding: 0.5em;
padding-left: 1em;
}

.spec-img {
float: right;
max-width: 50%;
min-width: 265px;
margin: 1em 0 1em 2em;
}
2 changes: 1 addition & 1 deletion site/docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The primary goal of version 2 is to provide a way to encode row-level deletes. T

## Overview

![Iceberg snapshot structure](img/iceberg-metadata.png){.floating}
![Iceberg snapshot structure](img/iceberg-metadata.png){.spec-img}

This table format tracks individual data files in a table instead of directories. This allows writers to create data files in-place and only adds files to the table in an explicit commit.

Expand Down