Skip to content

Conversation

mustafasrepo
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

While reversing first, last aggregate function. Previously we were not reversing their ordering requirements. This results in bug during merging of the results from different batches.

To encounter this issue. Aggregate (final) should receive its data in different batches. Hence for this reason, we should choose a batch size lower than row number in the source table.

What changes are included in this PR?

This PR fixes mentioned problem.

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt) labels Oct 24, 2023
@crepererum
Copy link
Contributor

thanks 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants