Skip to content

[GLUTEN-11088][VL] Fix the Spark4.0 storage partition join#11184

Merged
jinchengchenghh merged 8 commits intoapache:mainfrom
jinchengchenghh:batchScan
Nov 27, 2025
Merged

[GLUTEN-11088][VL] Fix the Spark4.0 storage partition join#11184
jinchengchenghh merged 8 commits intoapache:mainfrom
jinchengchenghh:batchScan

Conversation

@jinchengchenghh
Copy link
Copy Markdown
Contributor

@jinchengchenghh jinchengchenghh commented Nov 25, 2025

Related issue: #11088

@github-actions github-actions bot added the CORE works for Gluten Core label Nov 25, 2025
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

2 similar comments
@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions
Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@jinchengchenghh jinchengchenghh merged commit d636fa7 into apache:main Nov 27, 2025
105 of 107 checks passed
applyPartialClustering: Boolean,
replicatePartitions: Boolean,
joinKeyPositions: Option[Seq[Int]] = None): Seq[Seq[InputPartition]] = {
val original = batchScan.asInstanceOf[BatchScanExecShim]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jinchengchenghh would you please help to create a issue to track on this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #11207

}.flatMap(smj => collect(smj) { case s: ColumnarShuffleExchangeExec => s })
}

private def collectShuffles(plan: SparkPlan): Seq[ShuffleExchangeLike] = {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will create a PR in apache/Spark to make the function from private to protected, then we can only override the function to check the plan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants