apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.51k stars 193 forks source link

Refine create_datafusion_context() #777

Closed yahoNanJing closed 1 year ago

yahoNanJing commented 1 year ago

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 https://github.com/apache/arrow-datafusion/pull/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