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

refactor distinct_expressions.rs and split into count_distinct.rs and array_agg_distinct.rs #2386

Merged
merged 1 commit into from
Apr 30, 2022

Conversation

WinkerDu
Copy link
Contributor

Which issue does this PR close?

Closes #2385 .

Rationale for this change

distinct_expression.rs can be split into count_distinct.rs and array_agg_distinct.rs to provide better code organization.

What changes are included in this PR?

refactor distinct_expressions.rs and split into count_distinct.rs and array_agg_distinct.rs

Are there any user-facing changes?

No.

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Apr 29, 2022
@WinkerDu
Copy link
Contributor Author

cc @andygrove @alamb @yjshen @xudong963
Please have a view, thank you

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.

Looks like a nice change to me -- thanks @WinkerDu

@alamb alamb merged commit 7a20efe into apache:master Apr 30, 2022
comphead pushed a commit to comphead/arrow-datafusion that referenced this pull request Apr 30, 2022
@WinkerDu WinkerDu deleted the master-split-distinct branch May 2, 2022 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

split distinct_expression.rs into count_distinct.rs and array_agg_distinct.rs
2 participants