Uh oh!
There was an error while loading. Please reload this page.
[SPARK-28339][SQL] Rename Spark SQL adaptive execution configuration name - #25102
Closed
carsonwang wants to merge 1 commit into
Closed
[SPARK-28339][SQL] Rename Spark SQL adaptive execution configuration name#25102carsonwang wants to merge 1 commit into
carsonwang wants to merge 1 commit into
Conversation
carsonwang
commented
Jul 10, 2019
ContributorAuthor
dongjoon-hyun
commented
Jul 10, 2019
Member
Oh, this is really renaming back, isn't it? @carsonwang ? |
carsonwang
commented
Jul 10, 2019
ContributorAuthor
@dongjoon-hyun Yes, we only need one umbrella config for adaptive execution, it can either be |
SparkQA
commented
Jul 11, 2019
Test build #107486 has finished for PR 25102 at commit
|
cloud-fan
commented
Jul 11, 2019
Contributor
thanks, merging to master! |
j-baker pushed a commit
to palantir/spark
that referenced
this pull request
Jan 25, 2020
…name ## What changes were proposed in this pull request? The new adaptive execution framework introduced configuration `spark.sql.runtime.reoptimization.enabled`. We now rename it back to `spark.sql.adaptive.enabled` as the umbrella configuration for adaptive execution. ## How was this patch tested? Existing tests. Closesapache#25102 from carsonwang/renameAE. Authored-by: Carson Wang <carson.wang@intel.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
The new adaptive execution framework introduced configuration
spark.sql.runtime.reoptimization.enabled. We now rename it back tospark.sql.adaptive.enabledas the umbrella configuration for adaptive execution.How was this patch tested?
Existing tests.