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

(WIP) Cleanup: remove redundant constant evaluation in Simplifier #1164

Closed
wants to merge 4 commits into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 21, 2021

Which issue does this PR close?

Builds on #1163 and #1153 so review them first

re #1070

Rationale for this change

This cleans up the final redundant logic out of constant_folding.rs and into ConstEvaluator

What changes are included in this PR?

remove redundant code in Simplifier that is covered by ConstEvaluator

Are there any user-facing changes?

No

@alamb
Copy link
Contributor Author

alamb commented Nov 28, 2021

Will do this as a follow on to #1164.

@alamb alamb closed this Nov 28, 2021
@alamb alamb deleted the alamb/bool_literal_folding branch August 8, 2023 20:11
andygrove added a commit to andygrove/datafusion that referenced this pull request Jan 31, 2025
…e#1164)

* Move string kernels and expressions to spark-expr crate

* remove unused hash kernel

* remove unused dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant