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++] [Python] User-defined tabular functions #32916

Closed
asfimport opened this issue Sep 11, 2022 · 0 comments · Fixed by #14682
Closed

[C++] [Python] User-defined tabular functions #32916

asfimport opened this issue Sep 11, 2022 · 0 comments · Fixed by #14682

Comments

@asfimport
Copy link
Collaborator

Currently, only a stateless user-defined function is supported in PyArrow. This issue will add support for a user-defined tabular function, which is a user-function implemented in Python that returns a stateful stream of tabular data.

Reporter: Yaron Gvili / @rtpsw
Assignee: Yaron Gvili / @rtpsw

PRs and other links:

Note: This issue was originally created as ARROW-17676. Please see the migration documentation for further details.

westonpace pushed a commit that referenced this issue Jan 26, 2023
See https://issues.apache.org/jira/browse/ARROW-17676
* Closes: #32916

Lead-authored-by: Yaron Gvili <rtpsw@hotmail.com>
Co-authored-by: rtpsw <rtpsw@hotmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@westonpace westonpace added this to the 12.0.0 milestone Jan 26, 2023
sjperkins pushed a commit to sjperkins/arrow that referenced this issue Feb 10, 2023
…#14682)

See https://issues.apache.org/jira/browse/ARROW-17676
* Closes: apache#32916

Lead-authored-by: Yaron Gvili <rtpsw@hotmail.com>
Co-authored-by: rtpsw <rtpsw@hotmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this issue Feb 17, 2023
…#14682)

See https://issues.apache.org/jira/browse/ARROW-17676
* Closes: apache#32916

Lead-authored-by: Yaron Gvili <rtpsw@hotmail.com>
Co-authored-by: rtpsw <rtpsw@hotmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
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