From 9e5fe81a79e2bc461c96f761471d318a9cab62e8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Mar 2026 12:14:06 -0700 Subject: [PATCH] adjust limitation --- Iceberg-Table-Maintenance.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Iceberg-Table-Maintenance.md b/Iceberg-Table-Maintenance.md index 6365556..ab5fe46 100644 --- a/Iceberg-Table-Maintenance.md +++ b/Iceberg-Table-Maintenance.md @@ -397,7 +397,6 @@ rewrite_manifests: rewrote 7 manifests into 1 (120 entries) ## Limitations -- **Inline files only**: metadata and manifest files are expected to be stored inline in filer entries (suitable for their typical small size). Chunked/large file streaming is not supported. - **Client-side CAS**: the compare-and-swap on metadata version is enforced client-side. Concurrent maintenance on the same table should be avoided (the deduplication key prevents this under normal scheduling). - **No delete manifest support in compaction**: tables with row-level deletes (delete manifests) skip compaction. - **No multi-spec compaction**: tables that have undergone partition spec evolution skip compaction.