Revision c2f29d5ea58eb4565cc5602937d6d0bb75558513 authored by fuwhu on 09 December 2019, 10:43:32 UTC, committed by Takeshi Yamamuro on 09 December 2019, 10:43:32 UTC
### What changes were proposed in this pull request?
separate the configuration keys "spark.sql.optimizer.maxIterations" and "spark.sql.analyzer.maxIterations".

### Why are the changes needed?
Currently, both Analyzer and Optimizer use conf "spark.sql.optimizer.maxIterations" to set the max iterations to run, which is a little confusing.
It is clearer to add a new conf "spark.sql.analyzer.maxIterations" for analyzer max iterations.

### Does this PR introduce any user-facing change?
no

### How was this patch tested?
Existing unit tests.

Closes #26766 from fuwhu/SPARK-30138.

Authored-by: fuwhu <bestwwg@163.com>
Signed-off-by: Takeshi Yamamuro <yamamuro@apache.org>
1 parent dcea7a4
History
File Mode Size
create-release
deps
sparktestsupport
tests
.gitignore -rw-r--r-- 25 bytes
.rat-excludes -rw-r--r-- 1.8 KB
.scalafmt.conf -rw-r--r-- 988 bytes
README.md -rw-r--r-- 197 bytes
appveyor-guide.md -rw-r--r-- 8.7 KB
appveyor-install-dependencies.ps1 -rw-r--r-- 3.8 KB
change-scala-version.sh -rwxr-xr-x 2.0 KB
check-license -rwxr-xr-x 2.5 KB
checkstyle-suppressions.xml -rw-r--r-- 2.4 KB
checkstyle.xml -rw-r--r-- 8.1 KB
github_jira_sync.py -rwxr-xr-x 7.2 KB
lint-java -rwxr-xr-x 1.2 KB
lint-python -rwxr-xr-x 8.3 KB
lint-r -rwxr-xr-x 1.4 KB
lint-r.R -rw-r--r-- 1.5 KB
lint-scala -rwxr-xr-x 925 bytes
make-distribution.sh -rwxr-xr-x 8.7 KB
merge_spark_pr.py -rwxr-xr-x 23.1 KB
mima -rwxr-xr-x 1.7 KB
pip-sanity-check.py -rw-r--r-- 1.3 KB
requirements.txt -rw-r--r-- 85 bytes
run-pip-tests -rwxr-xr-x 4.4 KB
run-tests -rwxr-xr-x 1.1 KB
run-tests-jenkins -rwxr-xr-x 1.4 KB
run-tests-jenkins.py -rwxr-xr-x 9.6 KB
run-tests.py -rwxr-xr-x 26.2 KB
sbt-checkstyle -rwxr-xr-x 1.3 KB
scalafmt -rwxr-xr-x 992 bytes
scalastyle -rwxr-xr-x 1.4 KB
test-dependencies.sh -rwxr-xr-x 4.1 KB
tox.ini -rw-r--r-- 1.2 KB

README.md

back to top