Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tabversion committed Nov 5, 2024
1 parent a72ee99 commit 4b48253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/meta/src/controller/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3525,6 +3525,8 @@ async fn update_internal_tables(
#[cfg(test)]
mod tests {

use risingwave_pb::catalog::StreamSourceInfo;

use super::*;

const TEST_DATABASE_ID: DatabaseId = 1;
Expand Down Expand Up @@ -3684,6 +3686,9 @@ mod tests {
scan.startup.mode = 'earliest'
) FORMAT PLAIN ENCODE JSON"#
.to_string(),
info: Some(StreamSourceInfo {
..Default::default()
}),
..Default::default()
};
mgr.create_source(pb_source).await?;
Expand Down

0 comments on commit 4b48253

Please sign in to comment.