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 47c5f3d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
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 47c5f3d

Please sign in to comment.