Skip to content

[SPARK-58594][SQL] Revise KeyedPartitioning handling in UnionExec output partitioning - #57798

Draft
peter-toth wants to merge 1 commit into
apache:masterfrom
peter-toth:SPARK-58594-union-keyed-partitioning-collection
Draft

[SPARK-58594][SQL] Revise KeyedPartitioning handling in UnionExec output partitioning#57798
peter-toth wants to merge 1 commit into
apache:masterfrom
peter-toth:SPARK-58594-union-keyed-partitioning-collection

[SPARK-58594][SQL] Revise KeyedPartitioning handling in UnionExec out…

4009935
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Build required action Aug 10, 2026 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