feat(table-catalog): validate Iceberg metadata graphs (#5758)

* feat(table-catalog): validate Iceberg metadata graphs

* fix(table-catalog): scope Iceberg graph validation

* fix(table-catalog): preserve commit validation semantics

---------

Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com>
This commit is contained in:
Henry Guo
2026-08-06 22:11:57 +08:00
committed by GitHub
parent c1b8136f9a
commit 5f6fb024cc
15 changed files with 3146 additions and 403 deletions
+1
View File
@@ -267,6 +267,7 @@ tower-http = { workspace = true, features = ["trace", "compression-full", "cors"
apache-avro = { workspace = true }
bytes = { workspace = true, features = ["serde"] }
chrono = { workspace = true, features = ["serde"] }
flate2 = { workspace = true }
flatbuffers.workspace = true
rmp-serde.workspace = true
quick-xml.workspace = true