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] Add GPU support for converting binary data to a hex string in REPL #9220

Closed
razajafri opened this issue Sep 12, 2023 · 0 comments · Fixed by #9221
Closed

[FEA] Add GPU support for converting binary data to a hex string in REPL #9220

razajafri opened this issue Sep 12, 2023 · 0 comments · Fixed by #9221
Assignees
Labels
audit_3.5.0 feature request New feature or request Spark 3.5+ Spark 3.5+ issues

Comments

@razajafri
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
In Spark 3.5+ REPL displays binary data as hex strings when a projection contains binary data. We currently are falling back to the CPU as GpuToPrettyString doesn't support binary to hex string conversion

Describe the solution you'd like
Once rapidsai/cudf#14081 is done we can add this functionality so SparkShims doesn't make GpuToPrettyString fall back to CPU.

@razajafri razajafri added feature request New feature or request ? - Needs Triage Need team to review and classify labels Sep 12, 2023
@razajafri razajafri self-assigned this Sep 12, 2023
@mattahrens mattahrens added audit_3.5.0 and removed ? - Needs Triage Need team to review and classify labels Sep 12, 2023
@razajafri razajafri added the Spark 3.5+ Spark 3.5+ issues label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.5.0 feature request New feature or request Spark 3.5+ Spark 3.5+ issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants