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

Column prune should remove useless filter columns in ExchangeSender/Receiver #38511

Closed
yibin87 opened this issue Oct 18, 2022 · 1 comment · Fixed by #38536
Closed

Column prune should remove useless filter columns in ExchangeSender/Receiver #38511

yibin87 opened this issue Oct 18, 2022 · 1 comment · Fixed by #38536
Assignees

Comments

@yibin87
Copy link
Contributor

yibin87 commented Oct 18, 2022

Enhancement

For simplified TPCH Q4 query:
image
The final physical plan of TiFlash, exchange sender/receiver's schema contains the filter columns while not used by Join Operator. They should be eliminated.
Related issue: pingcap/tiflash#6157

@yibin87
Copy link
Contributor Author

yibin87 commented Oct 18, 2022

/assign yibin87

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

Successfully merging a pull request may close this issue.

1 participant