Skip to content

Commit aaa191f

Browse files
committed
Fix merge into manifest stats
1 parent 7b92aa2 commit aaa191f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ datafusion-expr = { version = "50.0.0" }
4747
datafusion-functions-json = { git = "https://github.com/Embucket/datafusion-functions-json.git", rev = "439cbd2282504c3ffaf262f1ffdb530a0fb1a151" }
4848
datafusion-macros = { version = "50.0.0" }
4949
datafusion-physical-plan = { version = "50.0.0" }
50-
datafusion_iceberg = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "df5ad5825bdb7c65fa3d5ad420e025dfbb51afff" }
50+
datafusion_iceberg = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "88a8ea37cfc468b96b8ccf71ffdb0f8675333b89" }
5151
futures = { version = "0.3" }
5252
http = "1.2"
5353
http-body-util = "0.1.0"
5454
iceberg = { git = "https://github.com/apache/iceberg-rust.git", rev="7a5ad1fcaf00d4638857812bab788105f6c60573"}
55-
iceberg-rest-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "df5ad5825bdb7c65fa3d5ad420e025dfbb51afff" }
56-
iceberg-rust = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "df5ad5825bdb7c65fa3d5ad420e025dfbb51afff" }
57-
iceberg-rust-spec = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "df5ad5825bdb7c65fa3d5ad420e025dfbb51afff" }
58-
iceberg-s3tables-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "df5ad5825bdb7c65fa3d5ad420e025dfbb51afff" }
55+
iceberg-rest-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "88a8ea37cfc468b96b8ccf71ffdb0f8675333b89" }
56+
iceberg-rust = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "88a8ea37cfc468b96b8ccf71ffdb0f8675333b89" }
57+
iceberg-rust-spec = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "88a8ea37cfc468b96b8ccf71ffdb0f8675333b89" }
58+
iceberg-s3tables-catalog = { git = "https://github.com/Embucket/iceberg-rust.git", rev = "88a8ea37cfc468b96b8ccf71ffdb0f8675333b89" }
5959
indexmap = "2.7.1"
6060
jsonwebtoken = "9.3.1"
6161
lazy_static = { version = "1.5" }

0 commit comments

Comments
 (0)