Skip to content

Commit

Permalink
Remove FragmentParallelUnitMapping import and extra lines in `obser…
Browse files Browse the repository at this point in the history
…ver_manager.rs`
  • Loading branch information
shanicky committed Apr 10, 2024
1 parent 064b3fb commit 75c32cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/frontend/src/observer/observer_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ use risingwave_pb::hummock::HummockVersionStats;
use risingwave_pb::meta::relation::RelationInfo;
use risingwave_pb::meta::subscribe_response::{Info, Operation};
use risingwave_pb::meta::{
FragmentParallelUnitMapping, FragmentWorkerMapping, MetaSnapshot, SubscribeResponse,
FragmentWorkerMapping, MetaSnapshot, SubscribeResponse,
};
use risingwave_rpc_client::ComputeClientPoolRef;


use tokio::sync::watch::Sender;

use crate::catalog::root_catalog::Catalog;
Expand Down

0 comments on commit 75c32cb

Please sign in to comment.