Skip to content

Commit

Permalink
ci: use cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty committed Aug 7, 2024
1 parent c9f7c64 commit e4e7dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 0 additions & 1 deletion crates/iceberg/tests/file_io_gcs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4e7dad

Please sign in to comment.