-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[WIP] New executor API prototype #30222
Closed
Closed
Conversation
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
Signed-off-by: Eric Liang <[email protected]> write docs Signed-off-by: Eric Liang <[email protected]> wip Signed-off-by: Eric Liang <[email protected]> wip Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
ericl
force-pushed
the
executor-refactor
branch
from
November 11, 2022 23:28
3f7ab9a
to
cdf4adc
Compare
Signed-off-by: Eric Liang <[email protected]>
ericl
force-pushed
the
executor-refactor
branch
from
November 11, 2022 23:39
0324c1b
to
ed36a06
Compare
Signed-off-by: Eric Liang <[email protected]>
ericl
force-pushed
the
executor-refactor
branch
from
November 12, 2022 02:20
f24a196
to
99212fe
Compare
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
ericl
force-pushed
the
executor-refactor
branch
from
November 12, 2022 05:50
5d8e570
to
c7f9756
Compare
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
ericl
force-pushed
the
executor-refactor
branch
from
November 14, 2022 21:55
26de3a4
to
d9ac2e5
Compare
Signed-off-by: Eric Liang <[email protected]>
ericl
force-pushed
the
executor-refactor
branch
from
November 14, 2022 21:56
d9ac2e5
to
d25c183
Compare
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
This PR prototypes a new execution backend for Datasets that supports flexible switching between bulk synchronous and pipelined execution modes.
This PR is for internal discussion only. A REP will follow that defines the motivation and formal design.
Code organization:
TODO: