From 6593d0cfbece1e9a5c28ae8ccd2ac2832079e335 Mon Sep 17 00:00:00 2001 From: xxchan Date: Mon, 4 Nov 2024 17:44:44 +0800 Subject: [PATCH] Update src/meta/src/stream/stream_graph/fragment.rs Co-authored-by: Bugen Zhao --- src/meta/src/stream/stream_graph/fragment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/src/stream/stream_graph/fragment.rs b/src/meta/src/stream/stream_graph/fragment.rs index f81fbd6176e3..c2ccd4300ccf 100644 --- a/src/meta/src/stream/stream_graph/fragment.rs +++ b/src/meta/src/stream/stream_graph/fragment.rs @@ -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() {