Skip to content

Commit

Permalink
test: refactor datafusion test with memory catalog (#557)
Browse files Browse the repository at this point in the history
* add memory catalog

* fix style

* fix style
  • Loading branch information
FANNG1 authored Aug 16, 2024
1 parent 19af3d3 commit fcf14ca
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 374 deletions.
7 changes: 2 additions & 5 deletions crates/integrations/datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ async-trait = { workspace = true }
datafusion = { version = "41.0.0" }
futures = { workspace = true }
iceberg = { workspace = true }
log = { workspace = true }
tokio = { workspace = true }

[dev-dependencies]
ctor = { workspace = true }
iceberg-catalog-hms = { workspace = true }
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
port_scanner = { workspace = true }
iceberg-catalog-memory = { workspace = true }
tempfile = { workspace = true }
49 changes: 0 additions & 49 deletions crates/integrations/datafusion/testdata/docker-compose.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions crates/integrations/datafusion/testdata/hms_catalog/Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions crates/integrations/datafusion/testdata/hms_catalog/core-site.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit fcf14ca

Please sign in to comment.