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

[C++] Support simple Substrait aggregate extensions #35607

Closed
rtpsw opened this issue May 16, 2023 · 0 comments · Fixed by #35608
Closed

[C++] Support simple Substrait aggregate extensions #35607

rtpsw opened this issue May 16, 2023 · 0 comments · Fixed by #35608

Comments

@rtpsw
Copy link
Contributor

rtpsw commented May 16, 2023

Describe the enhancement requested

Currently, there is simple Substrait extension (ones under the urn:arrow:substrait_simple_extension_function URI) support only for functions. This issue will add support for aggregates as well.

Component(s)

C++

icexelloss pushed a commit that referenced this issue May 17, 2023
### Rationale for this change

See #35607.

### What changes are included in this PR?

A simple `SubstraitAggregateToArrow` converter for `urn:arrow:substrait_simple_extension_function` is added.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #35607

Authored-by: Yaron Gvili <rtpsw@hotmail.com>
Signed-off-by: Li Jin <ice.xelloss@gmail.com>
@icexelloss icexelloss added this to the 13.0.0 milestone May 17, 2023
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