Skip to content

Commit

Permalink
Update src/meta/src/stream/stream_graph/fragment.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bugen Zhao <[email protected]>
  • Loading branch information
xxchan and BugenZhao authored Nov 4, 2024
1 parent 6eb4dd7 commit 6593d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/stream/stream_graph/fragment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl BuildingFragment {
}
NodeBody::Source(source_node) => {
match job {
// Note: For table without connector, it has a dumb Source node.
// Note: For table without connector, it has a dummy Source node.
// Note: For table with connector, it's source node has a source id different with the table id (job id), assigned in create_job_catalog.
StreamingJob::Table(source, _table, _table_job_type) => {
if let Some(source_inner) = source_node.source_inner.as_mut() {
Expand Down

0 comments on commit 6593d0c

Please sign in to comment.