alamb opened a new issue, #21936: URL: https://github.com/apache/datafusion/issues/21936
- part of https://github.com/apache/datafusion/issues/21706 as mentioned several places on - https://github.com/apache/datafusion/pull/21707 There are several command line flags / environment variables that are duplicated in the benchmark runner (and @Omega359 just followed the same pattern with the new runner) It would be great to consolidate all the options, and for any that have existing environment settings from SessionConfig, instead use session config It feels like we maybe could just reuse https://docs.rs/datafusion/latest/datafusion/prelude/struct.SessionConfig.html#method.from_env rather than implementing special cases for many of these options _Originally posted by @alamb in https://github.com/apache/datafusion/pull/21707#discussion_r3121443426_ -- 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]
