HyukjinKwon opened a new pull request, #37076: URL: https://github.com/apache/spark/pull/37076
### What changes were proposed in this pull request? This PR proposes to switch 'spark.sql.codegen.factoryMode' configuration from testing purpose to internal purpose by removing `Utils.isTesting`. In addition, it changes the documentation in `spark.sql.codegen.factoryMode` to say that this is only for internal purpose, and not supposed to be set by end users. ### Why are the changes needed? We can actually leverage this configuration in other testing bad that mimics production environment to make sure the fallback codegen works in production too. Another point is about benchmarking in the production enviornment. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual testing. -- 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]
