Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tabversion committed Nov 18, 2024
1 parent cc75ea7 commit a446707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/handler/create_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ use crate::{Explain, Planner, TableCatalog, WithOptions, WithOptionsSecResolved}

static ALLOWED_CONNECTION_CONNECTOR: LazyLock<HashSet<PbConnectionType>> = LazyLock::new(|| {
hashset! {
PbConnectionType::Unspecified,
PbConnectionType::Kafka,
PbConnectionType::Iceberg,
}
Expand Down
1 change: 1 addition & 0 deletions src/frontend/src/handler/create_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ pub(super) fn bind_source_watermark(

static ALLOWED_CONNECTION_CONNECTOR: LazyLock<HashSet<PbConnectionType>> = LazyLock::new(|| {
hashset! {
PbConnectionType::Unspecified,
PbConnectionType::Kafka,
PbConnectionType::Iceberg,
}
Expand Down

0 comments on commit a446707

Please sign in to comment.