Skip to content

Commit

Permalink
Update iceberg-rust ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiPatiakin committed Dec 11, 2024
1 parent 78be7a0 commit e594d98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -21,8 +21,8 @@ datafusion-functions-nested = "43.0.0"

futures = "0.3"

iceberg = { git = "https://github.com/splitgraph/iceberg-rust", rev = "6e87893e733379558df597aa7d66f026549e3b0c" }
iceberg-datafusion = { git = "https://github.com/splitgraph/iceberg-rust", rev = "6e87893e733379558df597aa7d66f026549e3b0c" }
iceberg = { git = "https://github.com/splitgraph/iceberg-rust", rev = "734e70dbe6227de7ce621474c38278da1b450f1a" }
iceberg-datafusion = { git = "https://github.com/splitgraph/iceberg-rust", rev = "734e70dbe6227de7ce621474c38278da1b450f1a" }

itertools = ">=0.10.0"
object_store = { version = "0.11", features = ["aws", "azure", "gcp"] }
Expand Down
2 changes: 1 addition & 1 deletion tests/flight/inline_metastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async fn test_inline_query(
async fn test_inline_iceberg_write() {
let (_context, mut client) = flight_server(TestServerType::InlineOnly).await;

// Verify the v1 dataset is as expected
// GIVEN we start with an Iceberg table at v1
let batches = get_flight_batches_inlined(
&mut client,
"SELECT * FROM s3.iceberg_hdfs_v1 ORDER BY key".to_string(),
Expand Down

0 comments on commit e594d98

Please sign in to comment.