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 fb4ee89 commit e66b165Copy full SHA for e66b165
sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -311,6 +311,7 @@ object SQLConf {
311
312
val THRIFTSERVER_INCREMENTAL_COLLECT =
313
SQLConfigBuilder("spark.sql.thriftServer.incrementalCollect")
314
+ .internal()
315
.doc("When true, enable incremental collection for execution in Thrift Server.")
316
.booleanConf
317
.createWithDefault(false)
0 commit comments