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

Refine create_datafusion_context() #778

Merged
merged 1 commit into from
May 18, 2023
Merged

Conversation

yahoNanJing
Copy link
Contributor

@yahoNanJing yahoNanJing commented May 16, 2023

Which issue does this PR close?

Closes #777.

Rationale for this change

It's very easy for the hard-coded way of the datafusion configuration names to introduce inconsistency. And it's also lack of extensibility. Thanks to apache/datafusion#6111, now we are able to directly leverage the from_string_hash_map to create an initial SessionConfig.

What changes are included in this PR?

Are there any user-facing changes?

@yahoNanJing
Copy link
Contributor Author

Hi @andygrove and @thinkharderdev, could you help have a check?

@yahoNanJing yahoNanJing reopened this May 16, 2023
@yahoNanJing yahoNanJing merged commit 9b6d9e6 into apache:main May 18, 2023
@lewiszlw
Copy link
Member

Hi @yahoNanJing , I'm curios why you disabled round robin repartition in this pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refine create_datafusion_context()
3 participants