Skip to content

Commit

Permalink
use copy-if-not-exists branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Dec 2, 2024
1 parent 409dbf8 commit 90ed6e9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ datafusion = "43.0"
datafusion-cli = "43.0"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
object_store = { version = "0.11.1", features = ["aws", "gcp"] }
iceberg-rust = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5" }
datafusion_iceberg = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5" }
iceberg-rust = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5", branch = "copy-if-not-exists" }
datafusion_iceberg = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5", branch = "copy-if-not-exists" }
async-trait = "0.1"

[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion frostbow-glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = { workspace = true }
object_store = { workspace = true }
iceberg-rust = { workspace = true }
datafusion_iceberg = { workspace = true }
iceberg-glue-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5" }
iceberg-glue-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5", branch = "copy-if-not-exists" }
async-trait = { workspace = true }
frostbow = { path = "../frostbow", no-default-features = true }
openssl.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion frostbow-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = { workspace = true }
object_store = { workspace = true }
iceberg-rust = { workspace = true }
datafusion_iceberg = { workspace = true }
iceberg-sql-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5" }
iceberg-sql-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5", branch = "copy-if-not-exists" }
async-trait = { workspace = true }
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false }
frostbow = { path = "../frostbow", no-default-features = true }
Expand Down
4 changes: 2 additions & 2 deletions frostbow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ datafusion_iceberg = { workspace = true }
async-trait = { workspace = true }
reqwest = "0.11"
reqwest-middleware = "0.2.0"
iceberg-rest-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5" , optional = true }
iceberg-file-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5" }
iceberg-rest-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5", branch = "copy-if-not-exists" , optional = true }
iceberg-file-catalog = { git = "https://github.com/jankaul/iceberg-rust", version = "0.5", branch = "copy-if-not-exists" }
url = "2.5"
openssl.workspace = true

Expand Down

0 comments on commit 90ed6e9

Please sign in to comment.