Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-50992][SQL] OOMs and performance issues with AQE in large plans #49724

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

cachedPlan.toString replaced by cachedPlan.simpleStringWithNodeId

59c3cbe
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[SPARK-50992][SQL] OOMs and performance issues with AQE in large plans #49724

cachedPlan.toString replaced by cachedPlan.simpleStringWithNodeId
59c3cbe
Select commit
Loading
Failed to load commit list.
GitHub Actions / Build required action Jan 29, 2025 in 0s

Workflow run detection failed

Unable to detect the workflow run for testing the changes in your PR.

  1. If you did not enable GitHub Actions in your forked repository, please enable it by clicking the button as shown in the image below. See also Managing Github Actions Settings for a repository for more details.
  2. It is possible your branch is based on the old master branch in Apache Spark, please sync your branch to the latest master branch. For example as below:
    git fetch upstream
    git rebase upstream/master
    git push origin YOUR_BRANCH --force