Skip to content

Commit

Permalink
feat(iceberg): support sql catalog interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0k committed Sep 14, 2024
1 parent e08c0e5 commit 7288558
Show file tree
Hide file tree
Showing 5 changed files with 913 additions and 21 deletions.
2 changes: 2 additions & 0 deletions crates/catalog/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ keywords = ["iceberg", "sql", "catalog"]
[dependencies]
async-trait = { workspace = true }
iceberg = { workspace = true }
serde_json = { workspace = true }
sqlx = { version = "0.8.1", features = ["any"], default-features = false }
typed-builder = { workspace = true }
uuid = { workspace = true, features = ["v4"] }

[dev-dependencies]
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
Expand Down
Loading

0 comments on commit 7288558

Please sign in to comment.