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]: Parametrize sort-preservation tests to exercise all situations (unbounded/bounded sources and flag behavior) #8575

Merged
merged 2 commits into from
Dec 18, 2023
Merged

[MINOR]: Parametrize sort-preservation tests to exercise all situations (unbounded/bounded sources and flag behavior) #8575

merged 2 commits into from
Dec 18, 2023

Conversation

mustafasrepo
Copy link
Contributor

@mustafasrepo mustafasrepo commented Dec 18, 2023

Which issue does this PR close?

Closes #.

Rationale for this change

With the PR8573, is_infinite flag is removed. Some of the changes in the PR8573 changed tests such that the we no longer exercise the interaction between sort preservation flag with boundedness properties of sources. This PR changes these tests so that the tests exercise all possible situations.

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Dec 18, 2023
@ozankabak ozankabak changed the title [MINOR]: Re-introduce unbounded tests with new executor [MINOR]: Parametrize sort-preservation tests to exercise all situations (unbounded/bounded sources and flag behavior) Dec 18, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thank you @mustafasrepo

Given this is expanding test coverage I am merging it in now (and we can address any additional suggestions in follow on PRs)

@alamb alamb merged commit 65b997b into apache:main Dec 18, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants