HyukjinKwon commented on a change in pull request #35963:
URL: https://github.com/apache/spark/pull/35963#discussion_r834860580
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1472,6 +1472,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val WHOLESTAGE_CODEGEN_CLEAN_SOURCE_ENABLED =
buildConf("spark.sql.codegen.cleanedSourcePrint")
+ .internal()
+ .doc("When true, and `spark.sql.codegen.wholeStage` is true, the whole
stage " +
+ "(of multiple operators) will be compiled into single java method that
will be printed")
+ .version("3.2.0")
Review comment:
Should be 3.4.0.
--
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]