We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe47359 commit d032bf9Copy full SHA for d032bf9
1 file changed
sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
@@ -87,8 +87,7 @@ trait SQLConf {
87
*
88
* Defaults to false as this feature is currently experimental.
89
*/
90
- private[spark] def codegenEnabled: Boolean =
91
- if (getConf(CODEGEN_ENABLED, "false") == "true") true else false
+ private[spark] def codegenEnabled: Boolean = getConf(CODEGEN_ENABLED, "false") == "true"
92
93
/**
94
* Upper bound on the sizes (in bytes) of the tables qualified for the auto conversion to
0 commit comments