Skip to content
Prev Previous commit
Next Next commit
Made config public
  • Loading branch information
gaborgsomogyi committed Feb 25, 2019
commit 8a9b67f978c6178a094527faf8393e8b118f505d
Original file line number Diff line number Diff line change
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