Skip to content

[VL] Remove param original of ColumnarPartialProjectExec#9290

Merged
zml1206 merged 1 commit intoapache:mainfrom
zml1206:ColumnarPartialProject
Apr 11, 2025
Merged

[VL] Remove param original of ColumnarPartialProjectExec#9290
zml1206 merged 1 commit intoapache:mainfrom
zml1206:ColumnarPartialProject

Conversation

@zml1206
Copy link
Copy Markdown
Contributor

@zml1206 zml1206 commented Apr 10, 2025

What changes were proposed in this pull request?

Simplify plan.

How was this patch tested?

Existing ut.

@github-actions github-actions bot added CORE works for Gluten Core VELOX labels Apr 10, 2025
@github-actions
Copy link
Copy Markdown

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@github-actions
Copy link
Copy Markdown

Run Gluten ClickHouse CI on ARM

}
if (original.output.isEmpty) {
return ValidationResult.failed("Project fallback because output is empty")
}
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.

If original.output is empty, then replacedAliasUdf must be also empty, repeat the following judgment.

@zml1206 zml1206 requested a review from jinchengchenghh April 10, 2025 03:52
original = canonicalized,
child = child.canonicalized
)(replacedAliasUdf.map(QueryPlan.normalizeExpressions(_, child.output)))
super
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you help review here? @lifulong

@zml1206 zml1206 merged commit 5d93379 into apache:main Apr 11, 2025
46 of 47 checks passed
zml1206 added a commit to zml1206/gluten that referenced this pull request Apr 22, 2025
@zml1206 zml1206 deleted the ColumnarPartialProject branch December 9, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core VELOX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants