Skip to content

ref(etl): remove EndBatch enum#676

Merged
farazdagi merged 1 commit intomainfrom
ref/remove-end-batch
Apr 21, 2026
Merged

ref(etl): remove EndBatch enum#676
farazdagi merged 1 commit intomainfrom
ref/remove-end-batch

Conversation

@farazdagi
Copy link
Copy Markdown
Contributor

Removes the EndBatch enum from apply.rs

  • Replace Option<EndBatch> with bool on HandleMessageResult::end_batch
  • Remove the always-true should_include_event guard (both None and Some(Inclusive) matched, covering all cases)

No behavioral change should occur.

@farazdagi farazdagi self-assigned this Apr 21, 2026
@farazdagi farazdagi requested a review from a team as a code owner April 21, 2026 11:11
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 78.353% (+0.04%) from 78.316% — ref/remove-end-batch into main

@farazdagi farazdagi merged commit dc5121e into main Apr 21, 2026
14 checks passed
@farazdagi farazdagi deleted the ref/remove-end-batch branch April 21, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants