-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Channels and Orchestration #35
Conversation
/// An [`ExecutionPlan`] for one or more [`PartitionStream`]s. | ||
/// | ||
/// If your source can be represented as one or more [`PartitionStream`]s, you can | ||
/// use this struct to implement [`ExecutionPlan`]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add a comment/description as to why DenormalizedStreamingTableExec was created
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll need to move in any operator which we want to add comms to/checkpoint. this will be true for join as well. more a larger design decision.
No description provided.