Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Nov 15, 2024
1 parent 0acf15b commit e1e71d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/frontend/src/handler/create_mv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use std::collections::HashSet;

use either::Either;
use itertools::Itertools;
use pgwire::pg_response::{PgResponse, StatementType};
use risingwave_common::acl::AclMode;
use risingwave_common::catalog::{FunctionId, ObjectId, TableId};
Expand Down
6 changes: 2 additions & 4 deletions src/meta/src/rpc/ddl_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ use risingwave_connector::source::{
};
use risingwave_connector::{dispatch_source_prop, WithOptionsSecResolved};
use risingwave_meta_model::object::ObjectType;
use risingwave_meta_model::prelude::ObjectDependency;
use risingwave_meta_model::{
object_dependency, ConnectionId, DatabaseId, FunctionId, IndexId, ObjectId, SchemaId, SecretId,
SinkId, SourceId, SubscriptionId, TableId, UserId, ViewId,
ConnectionId, DatabaseId, FunctionId, IndexId, ObjectId, SchemaId, SecretId, SinkId, SourceId,
SubscriptionId, TableId, UserId, ViewId,
};
use risingwave_pb::catalog::{
Comment, Connection, CreateType, Database, Function, PbSink, Schema, Secret, Sink, Source,
Expand All @@ -59,7 +58,6 @@ use risingwave_pb::stream_plan::{
Dispatcher, DispatcherType, FragmentTypeFlag, MergeNode, PbStreamFragmentGraph,
StreamFragmentGraph as StreamFragmentGraphProto,
};
use sea_orm::{EntityTrait, Set};
use thiserror_ext::AsReport;
use tokio::sync::Semaphore;
use tokio::time::sleep;
Expand Down

0 comments on commit e1e71d8

Please sign in to comment.