-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of flattening the outputs of consolidate, provide the output as a whole batch, encoded as an `Vec<C>`. This allows downstream operators to act on a whole batch at once, without relying on undocumented properties of how Timely channels behave. For operators that need to flatten the output need slightly different logic. The copy-to-s3 operator sees some changes, which are roughly: * Accept the chain formed by `consolidate_pact`, and rely on it partitioning the data according to the exchange function. * Skip encoding the batch, and recompute it when writing the data. Signed-off-by: Moritz Hoffmann <[email protected]>
- Loading branch information
Showing
4 changed files
with
79 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters