feat(table-catalog): add production iceberg surfaces (#3473)

This commit is contained in:
Henry Guo
2026-06-15 16:53:14 +08:00
committed by GitHub
parent d28aedfbb3
commit 307d788da1
6 changed files with 992 additions and 12 deletions
+4 -3
View File
@@ -149,12 +149,13 @@ Unsupported behavior is documented instead of hidden behind internal errors. The
current unsupported inventory is:
- credential vending: automated after table bootstrap with exact-prefix validation and a data-plane scope probe; full no-long-term-data-credential bootstrap is not claimed
- background maintenance worker: unsupported
- manifest/data reachability cleanup: unsupported
- background maintenance worker: unsupported; maintenance job reports expose retry/quarantine policy fields for future workers
- manifest/data reachability cleanup: fail-closed reachability graph reporting only; metadata cleanup must not delete manifest, data, or delete files
- snapshot expiration dry-run planning and manual catalog commit: supported through metadata maintenance reports
- automatic maintenance scheduling: unsupported
- compaction rewrite: unsupported; planning reports fail closed until manifest Avro reading and rewrite support are implemented
- Iceberg views: unsupported
- Iceberg views: stable unsupported routes are registered and return explicit unsupported JSON
- external catalog bridges: metadata import/register is supported, but Polaris/Glue/DLF/Hive synchronization is unsupported
- multi-table transactions: not a short-term production claim
## Credential Boundary