Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed Jul 5, 2024
1 parent e812288 commit ca0bac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/src/utils/with_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use std::num::NonZeroU32;
use risingwave_connector::source::kafka::private_link::{
insert_privatelink_broker_rewrite_map, CONNECTION_NAME_KEY, PRIVATELINK_ENDPOINT_KEY,
};
pub use risingwave_connector::WithOptionsSecResolved;
use risingwave_connector::WithPropertiesExt;
use risingwave_pb::secret::secret_ref::PbRefAsType;
use risingwave_pb::secret::PbSecretRef;
Expand Down Expand Up @@ -311,5 +312,3 @@ impl TryFrom<&Statement> for WithOptions {
}
}
}

pub use risingwave_connector::WithOptionsSecResolved;

0 comments on commit ca0bac9

Please sign in to comment.