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

ARROW-5680: [Rust] [DataFusion] GROUP BY sql tests are now deterministic #5622

Closed
wants to merge 1 commit into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Oct 11, 2019

DataFusion doesn't support ORDER BY yet, so I modified the aggregate tests to collect Vec<String> and sort it before comparing against expected results, making these tests deterministic.

The PR is a little noisy because I removed the final \n from the expected results in most of the tests due to the new approach of collecting Vec<String> and then performing a .join("\n") to create the string.

@github-actions
Copy link

Copy link
Contributor

@paddyhoran paddyhoran left a comment

Choose a reason for hiding this comment

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

LGTM

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

Successfully merging this pull request may close these issues.

2 participants