You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 conversionDescribe 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.The text was updated successfully, but these errors were encountered: