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

feat: Support Count(Distinct) and similar aggregation functions #42

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

huaxingao
Copy link
Contributor

Which issue does this PR close?

Closes #38.

Rationale for this change

This PR adds the support for COUNT(DISTINCT) and similar aggregation functions.
e.g.

COUNT(DISTINCT col)
SUM(DISTINCT col)
DISTINCT(col)

What changes are included in this PR?

This PR has the changes for DISTINCT aggregation functions

How are these changes tested?

new tests

@sunchao sunchao changed the title Support Count(Distinct) and similar aggregation functions feat: Support Count(Distinct) and similar aggregation functions Feb 19, 2024
@sunchao
Copy link
Member

sunchao commented Feb 20, 2024

@huaxingao could you rebase this PR and trigger the CI again?

Copy link
Member

@sunchao sunchao left a comment

Choose a reason for hiding this comment

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

LGTM

@sunchao sunchao merged commit 2820327 into apache:main Feb 20, 2024
6 checks passed
@sunchao
Copy link
Member

sunchao commented Feb 20, 2024

Merged, thanks!

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.

Support Count(Distinct) (and similar) aggregation
2 participants