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

[minor]: remove same util functions from the code base. #13026

Merged

Conversation

akurmustafa
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

While working on PR, I recognized that we have some exact same util functions (generate_table_for_eq_properties, is_table_same_after_sort) in 2 places in the code base.

What changes are included in this PR?

This PR removes duplicated util functions by moving test: fn test_ordering_satisfy_with_equivalence() to under fuzz tests.

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added physical-expr Physical Expressions core Core DataFusion crate labels Oct 21, 2024
@akurmustafa akurmustafa changed the title Remove same util functions from the code base. [minor]: remove same util functions from the code base. Oct 21, 2024
Copy link
Contributor

@berkaysynnada berkaysynnada left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @akurmustafa

@comphead
Copy link
Contributor

There are some conflicts to resolve

@akurmustafa
Copy link
Contributor Author

There are some conflicts to resolve

I have resolved the conflicts

@berkaysynnada berkaysynnada merged commit 755ba91 into apache:main Oct 22, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants