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] Support sha2 #9080

Open
viadea opened this issue Aug 18, 2023 · 1 comment
Open

[FEA] Support sha2 #9080

viadea opened this issue Aug 18, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@viadea
Copy link
Collaborator

viadea commented Aug 18, 2023

I wish we can support sha2 function.

eg in spark-sql:

select sha2(c_customer_id,256) from tpcds.customer limit 3;

Not-supported-messages:

      ! <Sha2> sha2(cast(c_customer_id#3 as binary), 256) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.Sha2
@viadea viadea added feature request New feature or request ? - Needs Triage Need team to review and classify labels Aug 18, 2023
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Aug 22, 2023
@sameerz
Copy link
Collaborator

sameerz commented Aug 22, 2023

We could leverage rapidsai/cudf#9215 , but could also implement the sha-2 algorithm in spark-rapids-jni.

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
Projects
None yet
Development

No branches or pull requests

2 participants