Skip to content

Commit 4273b8c

Browse files
committed
Enabled SparkSqlSerializer2.
1 parent 09e587a commit 4273b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private[sql] class SQLConf extends Serializable {
149149
*/
150150
private[spark] def codegenEnabled: Boolean = getConf(CODEGEN_ENABLED, "false").toBoolean
151151

152-
private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2, "false").toBoolean
152+
private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2, "true").toBoolean
153153

154154
/**
155155
* Upper bound on the sizes (in bytes) of the tables qualified for the auto conversion to

0 commit comments

Comments
 (0)