Skip to content

Commit fa8234f

Browse files
author
Nathan Howell
committed
Wrap long lines
1 parent b31917b commit fa8234f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ private[sql] class SQLConf extends Serializable {
162162

163163
private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2, "true").toBoolean
164164

165-
private[spark] def useJacksonStreamingAPI: Boolean = getConf(USE_JACKSON_STREAMING_API, "true").toBoolean
165+
private[spark] def useJacksonStreamingAPI: Boolean =
166+
getConf(USE_JACKSON_STREAMING_API, "true").toBoolean
166167

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

0 commit comments

Comments
 (0)