Skip to content
Snippets Groups Projects
Commit 7319fcc1 authored by Reynold Xin's avatar Reynold Xin Committed by Yin Huai
Browse files

[SPARK-14677][SQL] follow up: make max iter num config internal

## What changes were proposed in this pull request?
This is a follow-up to make the max iteration number an internal config.

## How was this patch tested?
N/A

Author: Reynold Xin <rxin@databricks.com>

Closes #12441 from rxin/maxIterConfInternal.
parent 36da5e32
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ object SQLConf {
}
val OPTIMIZER_MAX_ITERATIONS = SQLConfigBuilder("spark.sql.optimizer.maxIterations")
.internal()
.doc("The max number of iterations the optimizer and analyzer runs")
.intConf
.createWithDefault(100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment