feat(table-catalog): add external catalog bridge sync (#3569)

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
This commit is contained in:
Henry Guo
2026-06-18 15:30:41 +08:00
committed by GitHub
parent 8cf11af649
commit 51409c40ef
7 changed files with 1014 additions and 42 deletions
+2 -2
View File
@@ -166,9 +166,9 @@ UNSUPPORTED_INVENTORY: list[dict[str, str]] = [
},
{
"capability": "external-catalog-bridge",
"status": "metadata-import-only",
"status": "operator-sync-supported",
"roadmap_area": "external-catalog",
"expected_behavior": "catalog import/register supports an existing Iceberg metadata location, while Polaris, Glue, DLF, and Hive synchronization remain unsupported",
"expected_behavior": "catalog import/register and operator-supplied external metadata pointer sync are supported for Polaris, Glue, DLF, and Hive identity boundaries; online vendor SDK polling and policy mirroring are not claimed",
},
{
"capability": "multi-table-transactions",