mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
chore: remove some TODO done
This commit is contained in:
@@ -532,7 +532,6 @@ pub struct FlowNodeContext {
|
||||
}
|
||||
|
||||
impl FlowNodeContext {
|
||||
// TODO(discord9): add send_buf in case the broadcast channel is full
|
||||
// return number of rows it actuall send(including what's in the buffer)
|
||||
pub fn send(&mut self, table_id: TableId, rows: Vec<DiffRow>) -> Result<usize, Error> {
|
||||
let sender = self
|
||||
|
||||
@@ -161,9 +161,7 @@ impl WorkerHandle {
|
||||
Ok(result)
|
||||
} else {
|
||||
InternalSnafu {
|
||||
reason: format!(
|
||||
"Flow Node/Worker itc failed, expect Response::Remove, found {ret:?}"
|
||||
),
|
||||
reason: format!("Flow Node/Worker failed, expect Response::Remove, found {ret:?}"),
|
||||
}
|
||||
.fail()
|
||||
.with_context(|_| EvalSnafu {})
|
||||
|
||||
Reference in New Issue
Block a user