haochunchang commented on issue #23322: URL: https://github.com/apache/datafusion/issues/23322#issuecomment-5603217669
Hi @ByteBaker , I'm new to DataFusion and would like to try tackling this issue. I've reviewed the duplication across RuntimeConfigValues, RuntimeEnv::config_entries, and the set_runtime_variable/reset_runtime_variable match arms, and would like to take a stab at consolidating them into a ConfigField-based schema without breaking any public API. The core idea is to re-use ConfigField for RuntimeConfig construction Currently I have opened a draft PR to working on that direction, happy to learn any risks and happy to change given any feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
