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
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
The text was updated successfully, but these errors were encountered:
I wish we can support
sha2
function.eg in spark-sql:
Not-supported-messages:
The text was updated successfully, but these errors were encountered: