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.