Skip to content

Implement selection vector partitioning mode for HashAggregate #3

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

Closed

Conversation

goldmedal
Copy link
Owner

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@goldmedal goldmedal force-pushed the feat/selection-vector-partition branch from b28bf32 to c6b33da Compare March 30, 2025 11:35
@@ -687,6 +698,8 @@ impl Stream for GroupedHashAggregateStream {
Some(Ok(batch)) => {
let timer = elapsed_compute.timer();

let batch = self.filter_by_selection_vector(batch)?;

Choose a reason for hiding this comment

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

So instead of this - it should compute the indices and only do work for group_aggregate_batch (I think there need to be some more changes there).

@goldmedal goldmedal force-pushed the feat/selection-vector-partition branch from c6b33da to d10ec22 Compare April 13, 2025 15:08
@goldmedal goldmedal closed this Apr 20, 2025
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