apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine

Home Page:https://datafusion.apache.org/ballista

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refine create_datafusion_context()

yahoNanJing opened this issue · comments

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Describe the solution you'd like

With the from_string_hash_map provided by apache/datafusion#6111, now we are able to create a SessionConfig with a String hash map. There's no need to hard-code the datafusion configuration names.

Describe alternatives you've considered

Additional context