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

[VL] RAS: Remove NoopFilter if has same output with child #6324

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

zml1206
Copy link
Contributor

@zml1206 zml1206 commented Jul 3, 2024

What changes were proposed in this pull request?

As title

How was this patch tested?

Copy link

github-actions bot commented Jul 3, 2024

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:

Copy link

github-actions bot commented Jul 3, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Jul 3, 2024

Run Gluten Clickhouse CI

out.copyTagsFrom(filter)
return List(out)
if (filter.output == filter.child.output) {
return List(filter.child)
Copy link
Member

Choose a reason for hiding this comment

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

Let’s invert the if condition. Also avoid adding ‘else’ clause as ‘return’ is already used.

Copy link

github-actions bot commented Jul 4, 2024

Run Gluten Clickhouse CI

@zhztheplayer zhztheplayer merged commit 01526e6 into apache:main Jul 4, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants