This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 01e067d deploy: 652f39da6059be595dd8971867bec086c4c5ca00
01e067d is described below
commit 01e067d2018805634e03210fc15b94de90f92444
Author: pvary <[email protected]>
AuthorDate: Thu May 26 11:59:01 2022 +0000
deploy: 652f39da6059be595dd8971867bec086c4c5ca00
---
spec/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec/index.html b/spec/index.html
index cd26f48..f398b61 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -3,7 +3,7 @@
<span class=icon-bar></span>
<span class=icon-bar></span>
<span class=icon-bar></span></button>
-<a class="page-scroll navbar-brand" href=https://iceberg.apache.org/><img
class=top-navbar-logo
src=https://iceberg.apache.org//img/iceberg-logo-icon.png> Apache
Iceberg</a></div><div class="collapse navbar-collapse"
id=bs-example-navbar-collapse-1><ul class="nav navbar-nav navbar-right"><li><a
class=page-scroll
href=https://iceberg.apache.org/docs/latest>Docs</a></li><li><a
class=page-scroll
href=https://iceberg.apache.org/docs/latest/getting-started/>Spark</a></li><li><a
class=page-scr [...]
+<a class="page-scroll navbar-brand" href=https://iceberg.apache.org/><img
class=top-navbar-logo
src=https://iceberg.apache.org//img/iceberg-logo-icon.png> Apache
Iceberg</a></div><div class="collapse navbar-collapse"
id=bs-example-navbar-collapse-1><ul class="nav navbar-nav navbar-right"><li><a
class=page-scroll
href=https://iceberg.apache.org/docs/latest>Docs</a></li><li><a
class=page-scroll
href=https://iceberg.apache.org/docs/latest/getting-started/>Spark</a></li><li><a
class=page-scr [...]
</code></pre><p>Notes:</p><ol><li>Changing the number of buckets as a table
grows is possible by evolving the partition spec.</li></ol><p>For hash function
details by type, see Appendix B.</p><h4 id=truncate-transform-details>Truncate
Transform
Details</h4><table><thead><tr><th><strong>Type</strong></th><th><strong>Config</strong></th><th><strong>Truncate
specification</strong></th><th><strong>Examples</strong></th></tr></thead><tbody><tr><td><strong><code>int</code></strong></td><td><co
[...]
Tags are labels for individual snapshots. Branches are mutable named
references that can be updated by committing a new snapshot as the
branch’s referenced snapshot using the <a
href=#commit-conflict-resolution-and-retry>Commit Conflict Resolution and
Retry</a> procedures.</p><p>The snapshot reference object records all the
information of a reference including snapshot ID, reference type and <a
href=#snapshot-retention-policy>Snapshot Retention
Policy</a>.</p><table><thead><tr><th> [...]
The snapshot expiration procedure removes snapshots from table metadata and
applies the table’s retention policy.