Skip to content

Commit

Permalink
chore(client): erroneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 16, 2024
1 parent 79b3743 commit 1ee0ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/derive/src/stages/channel_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ where
match self.next_batch.as_mut().expect("Cannot be None").next_batch(self.cfg.as_ref()) {
Ok(batch) => Ok(batch),
Err(BatchReaderError::FailedToDecodeBatch) => {
// TODO: here we want to bubble up a stage error
self.next_channel();
crate::timer!(DISCARD, timer);
Err(StageError::FailedToDecodeBatch)
Expand Down

0 comments on commit 1ee0ae2

Please sign in to comment.