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

Add partitioning kernel for sorted arrays #428

Closed
alamb opened this issue Jun 8, 2021 · 0 comments · Fixed by #424
Closed

Add partitioning kernel for sorted arrays #428

alamb opened this issue Jun 8, 2021 · 0 comments · Fixed by #424
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@alamb
Copy link
Contributor

alamb commented Jun 8, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
in order to support order by and partition by within window functions in DataFusion, we'll need to find out partition points on already sorted columns (lexicographically)

Describe the solution you'd like
Add a partition kernel that takes a stream of already sorted records and returns Ranges that map to distinct values of the SortKey

** Context **
@jimexist is working on this feature and I wanted to capture it in a ticket

@alamb alamb added arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog labels Jun 8, 2021
@alamb alamb closed this as completed in #424 Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant