Skip to content

Commit

Permalink
Remove Iceberg table fixture as it relies on unsupported relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Nov 22, 2024
1 parent 09a2fe3 commit e9502a9
Show file tree
Hide file tree
Showing 9 changed files with 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ deltalake = { git = "https://github.com/splitgraph/delta-rs", branch = "fix-deci
futures = "0.3"
hex = ">=0.4.0"

iceberg-datafusion = { git = "https://github.com/splitgraph/iceberg-rust", branch = "local-fs-relative-paths" }
iceberg-datafusion = { git = "https://github.com/apache/iceberg-rust", rev = "697a20060f2247da87f73073e8bf5ab407bd40ea" }
indexmap = "2.6.0"
itertools = { workspace = true }

Expand Down
Binary file removed tests/data/iceberg/iceberg_catalog.db
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions tests/statements/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ async fn test_delta_tables() {
assert_batches_eq!(expected, &results);
}

#[ignore]
#[tokio::test]
async fn test_iceberg_tables() {
let (context, _) = make_context_with_pg(ObjectStoreType::InMemory).await;
Expand Down

0 comments on commit e9502a9

Please sign in to comment.