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] it would be nice if we could support org.apache.spark.sql.catalyst.expressions.Bin #11648

Open
nvliyuan opened this issue Oct 23, 2024 · 2 comments
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@nvliyuan
Copy link
Collaborator

it would be nice if we could support org.apache.spark.sql.catalyst.expressions.Bin

Seq(1,2,3,4,5,6).toDF("a").repartition(1).createOrReplaceTempView("t1")
sql("select bin(a) from t1").show

! <Bin> bin(cast(a#19 as bigint)) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.Bin
@nvliyuan nvliyuan added ? - Needs Triage Need team to review and classify feature request New feature or request labels Oct 23, 2024
@nvliyuan
Copy link
Collaborator Author

low priority

@revans2
Copy link
Collaborator

revans2 commented Oct 23, 2024

Would probably need a new kernel for this, but it is just taking a long and outputting the binary representation of it, which should be dead simple to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants