Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Dec 5, 2023
1 parent 79d7176 commit 885af92
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/metric-engine/src/data_region.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

use api::v1::SemanticType;

use common_telemetry::tracing::warn;
use mito2::engine::MitoEngine;
use snafu::ResultExt;
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/compaction/twcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use std::sync::Arc;
use std::time::{Duration, Instant};

use common_base::readable_size::ReadableSize;

use common_telemetry::{debug, error, info};
use common_time::timestamp::TimeUnit;
use common_time::timestamp_millis::BucketAligned;
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ use std::sync::Arc;

use async_trait::async_trait;
use common_error::ext::BoxedError;

use common_recordbatch::SendableRecordBatchStream;
use object_store::manager::ObjectStoreManagerRef;
use snafu::{OptionExt, ResultExt};
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/flush.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use std::collections::HashMap;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;


use common_telemetry::{error, info};
use snafu::ResultExt;
use store_api::storage::RegionId;
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/worker/handle_alter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use std::sync::Arc;


use common_telemetry::{debug, error, info, warn};
use snafu::ResultExt;
use store_api::metadata::{RegionMetadata, RegionMetadataBuilder, RegionMetadataRef};
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/worker/handle_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use std::sync::Arc;


use common_telemetry::info;
use snafu::ResultExt;
use store_api::logstore::LogStore;
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/worker/handle_drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use std::time::Duration;


use common_telemetry::{info, warn};
use futures::TryStreamExt;
use object_store::util::join_path;
Expand Down
1 change: 0 additions & 1 deletion src/mito2/src/worker/handle_truncate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

//! Handling truncate related requests.

use common_telemetry::info;
use store_api::logstore::LogStore;
use store_api::storage::RegionId;
Expand Down

0 comments on commit 885af92

Please sign in to comment.