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

Support unparsing plans after applying optimize_projections rule #55

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

sgrebnov
Copy link

@sgrebnov sgrebnov commented Nov 3, 2024

Which issue does this PR close?

PR adds support for unparsing plans after optimization_projections is applied

  1. Added optimize_projections_preserve_existing_projections config option to prevent optimization logic to aggressivly create / remove proejctions, as a result optimized plan can look like to following. This makes sense for Datafusion execution logic but not for unparsing use cases.
    https://gist.github.com/sgrebnov/5071d2834e812b62bfdf434cf7e7e54c
    image

  2. Improved unparsing logic to support TableScans with pushed down projection.

Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
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.

3 participants