We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e587a commit 4273b8cCopy full SHA for 4273b8c
sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
@@ -149,7 +149,7 @@ private[sql] class SQLConf extends Serializable {
149
*/
150
private[spark] def codegenEnabled: Boolean = getConf(CODEGEN_ENABLED, "false").toBoolean
151
152
- private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2, "false").toBoolean
+ private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2, "true").toBoolean
153
154
/**
155
* Upper bound on the sizes (in bytes) of the tables qualified for the auto conversion to
0 commit comments