Skip to content

Commit

Permalink
chore(batch): remove outdated TODO in MergeSortExchangeExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz committed May 5, 2022
1 parent bb71a45 commit 15073db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/batch/src/executor2/merge_sort_exchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub type MergeSortExchangeExecutor2 = MergeSortExchangeExecutor2Impl<DefaultCrea
/// The outputs of all the sources have been sorted in the same way.
///
/// The size of the output is determined both by `K_PROCESSING_WINDOW_SIZE`.
/// TODO: Does not handle `visibility` for now.
pub struct MergeSortExchangeExecutor2Impl<C> {
server_addr: HostAddr,
env: BatchEnvironment,
Expand Down

0 comments on commit 15073db

Please sign in to comment.