Skip to content

Commit 27405f7

Browse files
committed
refactor: use SOURCE_COUNT_ID constant instead of hardcoded string
Signed-off-by: Florian Valeye <[email protected]>
1 parent d122206 commit 27405f7

File tree

1 file changed

+1
-1
lines changed
  • crates/core/src/operations/write

1 file changed

+1
-1
lines changed

crates/core/src/operations/write/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ impl std::future::IntoFuture for WriteBuilder {
550550

551551
let source = LogicalPlan::Extension(Extension {
552552
node: Arc::new(MetricObserver {
553-
id: "write_source_count".into(),
553+
id: SOURCE_COUNT_ID.into(),
554554
input: source.logical_plan().clone(),
555555
enable_pushdown: false,
556556
}),

0 commit comments

Comments
 (0)