Skip to content

Commit 06878ba

Browse files
committed
Formatting
1 parent 28d50f5 commit 06878ba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ballista/core/src/execution_plans/shuffle_reader.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ use std::sync::Arc;
2929
use std::task::{Context, Poll};
3030

3131
use object_store::ObjectStore;
32-
use object_store::aws::AmazonS3Builder;
33-
use object_store::azure::MicrosoftAzureBuilder;
32+
33+
3434
use url::Url;
35+
use datafusion::execution::runtime_env::RuntimeEnv;
3536

3637
use crate::client::BallistaClient;
3738
use crate::execution_plans::shuffle_manager::global_shuffle_manager;

0 commit comments

Comments
 (0)