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

Add expression for array_agg #7159

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Add expression for array_agg #7159

merged 1 commit into from
Aug 2, 2023

Conversation

willrnch
Copy link
Contributor

Which issue does this PR close?

Closes #7157 .

Rationale for this change

Make it possible to perform array_agg with the DataFrame API.

What changes are included in this PR?

The appropriate export for the array_agg expression.

Are these changes tested?

Yes

Are there any user-facing changes?

array_agg added.

@github-actions github-actions bot added logical-expr Logical plan and expressions core Core DataFusion crate labels Jul 31, 2023
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 @willrnch

@alamb
Copy link
Contributor

alamb commented Jul 31, 2023

fyi @izveigor and @jayzhan211

@willrnch
Copy link
Contributor Author

willrnch commented Aug 1, 2023

@alamb, I fixed the CI issue. Could you please trigger the workflow?

@alamb alamb merged commit c8b946b into apache:main Aug 2, 2023
@alamb
Copy link
Contributor

alamb commented Aug 2, 2023

Thanks again @willrnch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add expression for array_agg
2 participants