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: improve dataframe functional dependency tests #8630

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 22, 2023

Which issue does this PR close?

Related to #8628

While working on #8629 I found it hard at first to understand what these tests (added in #8356) were attempting to validate, largely because of some boilerplate / repetition that made them harder for me to understand

I am also trying to leave the DataFusion codebase always slightly better than when I found it.

What changes are included in this PR?

Reduce duplication and improve comments

Are these changes tested?

only tests

Are there any user-facing changes?

No, this is cleanup only

@github-actions github-actions bot added the core Core DataFusion crate label Dec 22, 2023
Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

lgtm thanks @alamb it looks much readable now

@comphead comphead merged commit 69e5382 into apache:main Dec 23, 2023
24 checks passed
@mustafasrepo
Copy link
Contributor

Thanks for this PR

@alamb alamb deleted the alamb/improv_tests branch December 26, 2023 12:33
));
// Predicate refers to id, and name fields:
// id = 1 AND name = 'a'
let predicate = col("id").eq(lit(1i32)).and(col("name").eq(lit("a")));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think the expr API is more concise and makes it easer to quickly understand what expression is being created

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

Successfully merging this pull request may close these issues.

3 participants