diff --git a/docker/copy_tables.sh b/docker/copy_tables.sh index 87ace606..c0ea5554 100755 --- a/docker/copy_tables.sh +++ b/docker/copy_tables.sh @@ -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 diff --git a/integration_test/Cargo.toml b/integration_test/Cargo.toml index a14a9de2..48fb8cf9 100644 --- a/integration_test/Cargo.toml +++ b/integration_test/Cargo.toml @@ -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" }