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

[R] Implement missing prod function for summarize #38602

Closed
m-muecke opened this issue Nov 6, 2023 · 0 comments · Fixed by #38601
Closed

[R] Implement missing prod function for summarize #38602

m-muecke opened this issue Nov 6, 2023 · 0 comments · Fixed by #38601

Comments

@m-muecke
Copy link
Contributor

m-muecke commented Nov 6, 2023

Describe the enhancement requested

Add missing prod function for summarize.

Component(s)

R

paleolimbot pushed a commit that referenced this issue Nov 6, 2023
### Rationale for this change

`prod` is currently missing for use in summarize.

### What changes are included in this PR?

Added `prod` for summarize aggregation.

### Are these changes tested?

Yes, included the same tests used for the other aggregation functions for summarize.

### Are there any user-facing changes?

Yes, added `prod` function.

* Closes: #38602

Authored-by: Maximilian Muecke <muecke.maximilian@gmail.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
@paleolimbot paleolimbot added this to the 15.0.0 milestone Nov 6, 2023
JerAguilon pushed a commit to JerAguilon/arrow that referenced this issue Nov 9, 2023
### Rationale for this change

`prod` is currently missing for use in summarize.

### What changes are included in this PR?

Added `prod` for summarize aggregation.

### Are these changes tested?

Yes, included the same tests used for the other aggregation functions for summarize.

### Are there any user-facing changes?

Yes, added `prod` function.

* Closes: apache#38602

Authored-by: Maximilian Muecke <muecke.maximilian@gmail.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
### Rationale for this change

`prod` is currently missing for use in summarize.

### What changes are included in this PR?

Added `prod` for summarize aggregation.

### Are these changes tested?

Yes, included the same tests used for the other aggregation functions for summarize.

### Are there any user-facing changes?

Yes, added `prod` function.

* Closes: apache#38602

Authored-by: Maximilian Muecke <muecke.maximilian@gmail.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
### Rationale for this change

`prod` is currently missing for use in summarize.

### What changes are included in this PR?

Added `prod` for summarize aggregation.

### Are these changes tested?

Yes, included the same tests used for the other aggregation functions for summarize.

### Are there any user-facing changes?

Yes, added `prod` function.

* Closes: apache#38602

Authored-by: Maximilian Muecke <muecke.maximilian@gmail.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants