From e4e7dadf286222f9456fecbda84566864938a0d3 Mon Sep 17 00:00:00 2001 From: Jack Dockerty Date: Wed, 7 Aug 2024 16:27:15 +0100 Subject: [PATCH] ci: use cargo sort --- crates/iceberg/Cargo.toml | 3 +-- crates/iceberg/tests/file_io_gcs_test.rs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 42dc2595c..c6e758b34 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -63,8 +63,7 @@ futures = { workspace = true } itertools = { workspace = true } murmur3 = { workspace = true } once_cell = { workspace = true } -# opendal = { workspace = true } -opendal = { git = "https://github.com/apache/opendal", rev = "0a3e98f"} +opendal = { git = "https://github.com/apache/opendal", rev = "0a3e98f" } ordered-float = { workspace = true } parquet = { workspace = true, features = ["async"] } reqwest = { workspace = true } diff --git a/crates/iceberg/tests/file_io_gcs_test.rs b/crates/iceberg/tests/file_io_gcs_test.rs index e8ca2ba16..98539e9c4 100644 --- a/crates/iceberg/tests/file_io_gcs_test.rs +++ b/crates/iceberg/tests/file_io_gcs_test.rs @@ -89,7 +89,6 @@ fn get_gs_path() -> String { } #[tokio::test] -//#[test_with::env(GCS_BUCKET, GCS_CREDENTIAL_PATH)] async fn gcs_exists() { let file_io = get_file_io_gcs().await; assert!(file_io