Skip to content

Commit

Permalink
Made config public
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborgsomogyi committed Feb 25, 2019
1 parent 9324c90 commit 8a9b67f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1432,7 +1432,6 @@ object SQLConf {

val CONTINUOUS_STREAMING_EPOCH_BACKLOG_QUEUE_SIZE =
buildConf("spark.sql.streaming.continuous.epochBacklogQueueSize")
.internal()
.doc("The max number of entries to be stored in queue to wait for late epochs. " +
"If this parameter is exceeded by the size of the queue, stream will stop with an error.")
.intConf
Expand Down

0 comments on commit 8a9b67f

Please sign in to comment.