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] Java bindings for DECIMAL32 and DECIMAL64 types #5819

Closed
jlowe opened this issue Jul 31, 2020 · 2 comments
Closed

[FEA] Java bindings for DECIMAL32 and DECIMAL64 types #5819

jlowe opened this issue Jul 31, 2020 · 2 comments
Labels
feature request New feature or request Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS

Comments

@jlowe
Copy link
Member

jlowe commented Jul 31, 2020

Is your feature request related to a problem? Please describe.
Spark has a DecimalType which is a fixed-point type with a configurable precision and scale. The RAPIDS Accelerator for Apache Spark would like to accelerate DataFrame operations using this Spark type which requires fixed-point type support in libcudf.

Describe the solution you'd like
cudf's Java bindings expose new column data types for the libcudf DECIMAL32 and DECIMAL64 types added in #5704 and updates the bindings of any associated methods to deal with the new type. While this won't cover the full gamut of Spark's DecimalType it would allow the plugin to accelerate queries where a mapping to a libcudf fixed-point type is possible.

@jlowe jlowe added feature request New feature or request Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS labels Jul 31, 2020
@github-actions
Copy link

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

@jlowe
Copy link
Member Author

jlowe commented Feb 17, 2021

Implemented in #6514 and others.

@jlowe jlowe closed this as completed Feb 17, 2021
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 Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

No branches or pull requests

1 participant