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

Rename concurrency to partitions in ExecutionContext #685

Closed

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Jul 5, 2021

Which issue does this PR close?

Closes #684.

Rationale for this change

See #684

What changes are included in this PR?

  • Rename with_concurrency to with_default_partitions and rename some associated internal attributes

Are there any user-facing changes?

Yes! This is a breaking API change, so we should be careful to review the changes and naming to make sure we are happy with them.

@andygrove andygrove added the api change Changes the API exposed to users of the crate label Jul 5, 2021
@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Jul 5, 2021
@Dandandan
Copy link
Contributor

Hehe 😆

I had a slightly different idea / proposal in #683

I think we might want to still keep a configuration for concurrency / number of the number of threads to use?

@andygrove
Copy link
Member Author

Closed in favor of #683

@andygrove andygrove closed this Jul 6, 2021
@andygrove andygrove deleted the rename_concurrency_to_partitions branch July 6, 2021 04:37
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 datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename ExecutionConfig with_concurrency to with_partitions
2 participants