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

Dev repartitioning #734

Merged
merged 37 commits into from
Jan 8, 2025
Merged

Dev repartitioning #734

merged 37 commits into from
Jan 8, 2025

Conversation

gy11233
Copy link
Collaborator

@gy11233 gy11233 commented Jan 2, 2025

Which issue does this PR close?

Closes #575

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@@ -99,9 +109,63 @@ struct ShuffleSpill {
offsets: Vec<u64>,
}

fn evaluate_hashes(partitioning: &Partitioning, batch: &RecordBatch) -> ArrowResult<Vec<i32>> {
#[derive(Debug, Clone)]
pub enum RePartitioning {
Copy link
Collaborator

Choose a reason for hiding this comment

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

i suggest using the word Partitioning

native-engine/datafusion-ext-plans/src/shuffle/mod.rs Outdated Show resolved Hide resolved
@richox richox merged commit a110e53 into master Jan 8, 2025
1248 checks passed
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.

Supports Range-partitioning
2 participants