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

Fix out of order row groups in filter query #1974

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

twitu
Copy link
Collaborator

@twitu twitu commented Sep 30, 2024

Configure datafusion to prefer existing sort. This ensures queries with filter clauses return data in order.

Pull Request

Include a summary of the changes.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How has this change been tested?

Added minimal test for testing ordered output of filter query. Tests passing.

@twitu twitu changed the title Configure datafusion to prefer existing sort Fix: Out of order row groups in filter query Sep 30, 2024
@twitu twitu force-pushed the fix-datafusion-filter-query-ordering branch from 7fb0594 to 99d71af Compare October 3, 2024 11:55
@twitu twitu marked this pull request as ready for review October 3, 2024 11:56
@cjdsellers cjdsellers changed the title Fix: Out of order row groups in filter query Fix out of order row groups in filter query Oct 3, 2024
@cjdsellers cjdsellers merged commit 1bcc603 into develop Oct 3, 2024
10 checks passed
@cjdsellers cjdsellers deleted the fix-datafusion-filter-query-ordering branch October 3, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants