Skip to content

Commit

Permalink
Cleanup unused packages for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abyssnlp committed Aug 18, 2024
1 parent a28debc commit f43852e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker/copy_tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

set -eux

echo ">>> Copying tables to Minio"

echo ">>> Creating Minio store"
mc config host add store http://minio:9000 $MINIO_ACCESS_KEY $MINIO_SECRET_KEY

Expand Down
4 changes: 0 additions & 4 deletions integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ hudi-tests = { path="../crates/tests" }
datafusion = { version = "= 39.0.0" }
datafusion-expr = { version = "= 39.0.0" }
tokio = { version = "1", features = ["rt-multi-thread"] }

strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
url = { version = "2" }

0 comments on commit f43852e

Please sign in to comment.