[SPARK-38697][SQL][3.2] Extend SparkSessionExtensions to inject rules into AQE Optimizer#38401
Closed
andygrove wants to merge 1 commit intoapache:branch-3.2from
Closed
[SPARK-38697][SQL][3.2] Extend SparkSessionExtensions to inject rules into AQE Optimizer#38401andygrove wants to merge 1 commit intoapache:branch-3.2from
andygrove wants to merge 1 commit intoapache:branch-3.2from
Conversation
viirya
approved these changes
Oct 26, 2022
dongjoon-hyun
requested changes
Oct 26, 2022
Member
There was a problem hiding this comment.
We should land SPARK-38697 at branch-3.3 first. Please hold on until that.
Member
|
cc @tgravescs |
Member
Author
3.3 PR: #38403 |
tgravescs
approved these changes
Oct 26, 2022
|
Can one of the admins verify this patch? |
dongjoon-hyun
approved these changes
Oct 26, 2022
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @andygrove , @tgravescs , @viirya .
Merged to branch-3.2.
dongjoon-hyun
pushed a commit
that referenced
this pull request
Oct 26, 2022
… into AQE Optimizer ### What changes were proposed in this pull request? Backport SPARK-38697 to Spark 3.2.x ### Why are the changes needed? Allows users to inject logical plan optimizer rules into AQE ### Does this PR introduce _any_ user-facing change? Yes, new API method to inject logical plan optimizer rules into AQE ### How was this patch tested? Backport includes a unit test Closes #38401 from andygrove/backport-SPARK-38697-spark32. Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Contributor
|
thanks @dongjoon-hyun |
sunchao
pushed a commit
to sunchao/spark
that referenced
this pull request
Jun 2, 2023
… into AQE Optimizer ### What changes were proposed in this pull request? Backport SPARK-38697 to Spark 3.2.x ### Why are the changes needed? Allows users to inject logical plan optimizer rules into AQE ### Does this PR introduce _any_ user-facing change? Yes, new API method to inject logical plan optimizer rules into AQE ### How was this patch tested? Backport includes a unit test Closes apache#38401 from andygrove/backport-SPARK-38697-spark32. Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 2df8bfb)
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 free
to 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?
Backport SPARK-38697 to Spark 3.2.x
Why are the changes needed?
Allows users to inject logical plan optimizer rules into AQE
Does this PR introduce any user-facing change?
Yes, new API method to inject logical plan optimizer rules into AQE
How was this patch tested?
Backport includes a unit test