Skip to content
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

Ballista: Rename QueryStageExec to ShuffleWriterExec #633

Merged
merged 3 commits into from
Jun 29, 2021

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #542.

Rationale for this change

Ballista introduces two execution plans - shuffle write, and shuffle read. The new naming is more intuitive.

What changes are included in this PR?

No functional changes. Just renaming one exec and updating some docs.

Are there any user-facing changes?

Query plans will look different. No API changes.

@andygrove
Copy link
Member Author

@edrevo fyi

@andygrove andygrove merged commit 23b7898 into apache:master Jun 29, 2021
@andygrove andygrove deleted the rename-query-stage branch June 29, 2021 13:56
@houqp houqp added the api change Changes the API exposed to users of the crate label Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change Changes the API exposed to users of the crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename QueryStageExec to ShuffleWriterExec
3 participants