TonyDoen opened a new pull request #35963: URL: https://github.com/apache/spark/pull/35963
### What changes were proposed in this pull request? adding a config: spark.sql.codegen.cleanedSourcePrint triggers to print codegen clean source ### Why are the changes needed? When we use spark-sql, encountering problems in codegen source, we often have to change the log level to DEBUG, but there are too many logs in this mode (DEBUG) . Then `spark.sql.codegen.cleanedSourcePrint` can ensure that just printing codegen source. ### Does this PR introduce _any_ user-facing change? Yes, add new config: `spark.sql.codegen.cleanedSourcePrint` ### How was this patch tested? Existed UT -- 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]
