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 b31917b commit fa8234fCopy full SHA for fa8234f
sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
@@ -162,7 +162,8 @@ private[sql] class SQLConf extends Serializable {
162
163
private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2, "true").toBoolean
164
165
- private[spark] def useJacksonStreamingAPI: Boolean = getConf(USE_JACKSON_STREAMING_API, "true").toBoolean
+ private[spark] def useJacksonStreamingAPI: Boolean =
166
+ getConf(USE_JACKSON_STREAMING_API, "true").toBoolean
167
168
/**
169
* Upper bound on the sizes (in bytes) of the tables qualified for the auto conversion to
0 commit comments