Skip to content

Commit

Permalink
feat(iceberg): use native glue impl for iceberg source (#18106)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 authored Aug 25, 2024
1 parent d33623a commit 5c1af4c
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 48 deletions.
152 changes: 111 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ arrow-array-iceberg = { package = "arrow-array", version = "52" }
arrow-schema-iceberg = { package = "arrow-schema", version = "52" }
arrow-buffer-iceberg = { package = "arrow-buffer", version = "52" }
arrow-cast-iceberg = { package = "arrow-cast", version = "52" }
iceberg = { git = "https://github.com/apache/iceberg-rust.git", rev = "4440af69a354d9af56f239a6126a7f4b7945d58b" }
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust.git", rev = "4440af69a354d9af56f239a6126a7f4b7945d58b" }
iceberg = "0.3.0"
iceberg-catalog-rest = "0.3.0"
iceberg-catalog-glue = "0.3.0"
opendal = "0.47"
arrow-array = "50"
arrow-arith = "50"
Expand Down
1 change: 1 addition & 0 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ google-cloud-googleapis = { version = "0.15", features = ["pubsub", "bigquery"]
google-cloud-pubsub = "0.28"
http = "0.2"
iceberg = { workspace = true }
iceberg-catalog-glue = { workspace = true }
iceberg-catalog-rest = { workspace = true }
icelake = { workspace = true }
indexmap = { version = "2.2.6", features = ["serde"] }
Expand Down
Loading

0 comments on commit 5c1af4c

Please sign in to comment.