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

[FEA] Example of RAPIDS UDF using cudf Java APIs #1352

Closed
jlowe opened this issue Dec 9, 2020 · 0 comments · Fixed by #1393
Closed

[FEA] Example of RAPIDS UDF using cudf Java APIs #1352

jlowe opened this issue Dec 9, 2020 · 0 comments · Fixed by #1393
Assignees
Labels
feature request New feature or request P0 Must have for release SQL part of the SQL/Dataframe plugin

Comments

@jlowe
Copy link
Member

jlowe commented Dec 9, 2020

Is your feature request related to a problem? Please describe.
#1351 tracks implementing support for UDFs that provide a RAPIDS execution path. With that implementation should be working examples that can be used as a reference by users when implementing their own RAPIDS-accelerated UDFs.

Describe the solution you'd like
A simple example Maven project can be added as a sub-project in the repo. If the example is very useful in practice, we could consider adding it to the sql-plugin project directly so it is available for use out-of-the-box with the existing plugin setup instructions rather than needing to build and use an additional jar.

Describe alternatives you've considered
If desired we could move the example into a completely separate repository. However the amount of code involved should be quite small and build quickly, and it would be easier to find and reference in the documentation if its part of the repository.

@jlowe jlowe added feature request New feature or request SQL part of the SQL/Dataframe plugin P0 Must have for release labels Dec 9, 2020
@jlowe jlowe added this to the Dec 7 - Dec 18 milestone Dec 9, 2020
@jlowe jlowe self-assigned this Dec 9, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request P0 Must have for release SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant