Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Jan 24, 2024
1 parent 9a4241e commit cd86185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stream/src/executor/backfill/cdc/cdc_backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ fn mapping_message(
GLOBAL_ERROR_METRICS.cdc_source_error.report([
upstream_table_name.into(),
upstream_table_id.to_string(),
e.to_string().into(),
e.to_string(),
]);
None
}
Expand All @@ -551,6 +551,7 @@ fn mapping_message(
}
}

/// filter out upstream events occurred before `last_cdc_offset`
fn mark_upstream_chunk(
chunk: StreamChunk,
offset_parse_func: &CdcOffsetParseFunc,
Expand Down

0 comments on commit cd86185

Please sign in to comment.