Skip to content

[GLUTEN-11155][CORE] Code cleanup for BasicScanExecTransformer#11156

Merged
beliefer merged 1 commit intoapache:mainfrom
beliefer:11155
Nov 25, 2025
Merged

[GLUTEN-11155][CORE] Code cleanup for BasicScanExecTransformer#11156
beliefer merged 1 commit intoapache:mainfrom
beliefer:11155

Conversation

@beliefer
Copy link
Copy Markdown
Contributor

@beliefer beliefer commented Nov 24, 2025

What changes are proposed in this pull request?

This PR proposes to make code cleanup for BasicScanExecTransformer.
Fixes #11155

How was this patch tested?

GA tests.

@github-actions github-actions Bot added the CORE works for Gluten Core label Nov 24, 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

@beliefer
Copy link
Copy Markdown
Contributor Author

beliefer commented Nov 24, 2025

cc @kerwin-zk @liujiayi771 @jinchengchenghh @zzcclp
The five fails tests are not related to this PR.

List<String> names,
List<ColumnTypeNode> columnTypeNodes,
ExpressionNode filter,
List<ColumnTypeNode> columnTypeNodes,
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.

Why you move the argument?

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.

Make the order of construct object consistent with parameters. This can help improve readability.

@beliefer
Copy link
Copy Markdown
Contributor Author

beliefer commented Nov 25, 2025

The two fails tests are not related to this PR.
@jinchengchenghh @zhztheplayer @liujiayi771 Thank you!

@beliefer beliefer merged commit fb77040 into apache:main Nov 25, 2025
100 of 107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLICKHOUSE CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code cleanup for BasicScanExecTransformer

4 participants