Skip to content

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 <pingsutw@apache.org>
@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 Changes to the physical-expr crates labels Jun 22, 2024
pingsutw added 4 commits June 22, 2024 11:17
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Kevin Su <pingsutw@apache.org>
@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
@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 <pingsutw@apache.org>

* test

Signed-off-by: Kevin Su <pingsutw@apache.org>

* test

Signed-off-by: Kevin Su <pingsutw@apache.org>

* test

Signed-off-by: Kevin Su <pingsutw@apache.org>

* remove files

Signed-off-by: Kevin Su <pingsutw@apache.org>

---------

Signed-off-by: Kevin Su <pingsutw@apache.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
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 Changes to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert Correlation to UDAF

3 participants