Skip to content

Commit e66b165

Browse files
committed
Make the config internal.
1 parent fb4ee89 commit e66b165

File tree

1 file changed

+1
-0
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ object SQLConf {
311311

312312
val THRIFTSERVER_INCREMENTAL_COLLECT =
313313
SQLConfigBuilder("spark.sql.thriftServer.incrementalCollect")
314+
.internal()
314315
.doc("When true, enable incremental collection for execution in Thrift Server.")
315316
.booleanConf
316317
.createWithDefault(false)

0 commit comments

Comments
 (0)