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

Convert Correlation to UDAF #11064

Merged
merged 6 commits into from
Jun 23, 2024
Merged

Convert Correlation to UDAF #11064

merged 6 commits into from
Jun 23, 2024

Conversation

pingsutw
Copy link
Member

Which issue does this PR close?

Closes #10884

Rationale for this change

We are moving aggregate functions out of the core to ensure the core APIs are sufficient to implement all aggregates and make datafusion more configurable

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Signed-off-by: Kevin Su <[email protected]>
@pingsutw pingsutw marked this pull request as draft June 22, 2024 09:26
@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions labels Jun 22, 2024
pingsutw added 4 commits June 22, 2024 11:17
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
@pingsutw
Copy link
Member Author

@jayzhan211 Mind taking a quick look? I'm a new contributor, so I might miss something.

@pingsutw pingsutw changed the title [WIP] Convert Correlation to UDAF Convert Correlation to UDAF Jun 23, 2024
@pingsutw pingsutw marked this pull request as ready for review June 23, 2024 02:05
Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

It looks pretty nice!

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @pingsutw and @jayzhan211 for the review

I took the liberty of merging this branch up from main to resolve some conflicts

@jayzhan211
Copy link
Contributor

Thanks @alamb and @pingsutw

@jayzhan211 jayzhan211 merged commit d32747d into apache:main Jun 23, 2024
23 checks passed
@pingsutw
Copy link
Member Author

Thank you all!

findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
* init

Signed-off-by: Kevin Su <[email protected]>

* test

Signed-off-by: Kevin Su <[email protected]>

* test

Signed-off-by: Kevin Su <[email protected]>

* test

Signed-off-by: Kevin Su <[email protected]>

* remove files

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert Correlation to UDAF
3 participants