Skip to content

Commit 78bd04f

Browse files
committed
fix(writer): revert writer due to bad merge conflict
Signed-off-by: Florian Valeye <[email protected]>
1 parent 27405f7 commit 78bd04f

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: SOURCE_COUNT_ID.into(),
553+
id: "write_source_count".into(),
554554
input: source.logical_plan().clone(),
555555
enable_pushdown: false,
556556
}),

0 commit comments

Comments
 (0)