Skip to content

Commit e06a1dd

Browse files
author
Nathan Howell
committed
Add comments to the useJacksonStreamingAPI config flag
1 parent 6822712 commit e06a1dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ private[sql] class SQLConf extends Serializable {
162162

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

165+
/**
166+
* Selects between the new (true) and old (false) JSON handlers, to be removed in Spark 1.5.0
167+
*/
165168
private[spark] def useJacksonStreamingAPI: Boolean =
166169
getConf(USE_JACKSON_STREAMING_API, "true").toBoolean
167170

0 commit comments

Comments
 (0)