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 ArrayFilter #10760

Closed
viadea opened this issue May 1, 2024 · 2 comments · Fixed by #10763
Closed

[FEA]Support ArrayFilter #10760

viadea opened this issue May 1, 2024 · 2 comments · Fixed by #10763
Assignees
Labels
feature request New feature or request

Comments

@viadea
Copy link
Collaborator

viadea commented May 1, 2024

I wish we can support ArrayFilter.
eg:

scala>  spark.sql("SELECT filter(array(1, 2, 3), x -> x % 2 == 1)").show

Not-supported-messages:

      ! <ArrayFilter> filter([1,2,3], lambdafunction(((lambda x#0 % 2) = 1), lambda x#0, false)) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.ArrayFilter
@viadea viadea added feature request New feature or request ? - Needs Triage Need team to review and classify labels May 1, 2024
@revans2 revans2 self-assigned this May 3, 2024
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label May 13, 2024
@matthewthekramer
Copy link

Hey folks - apologies if this is the wrong place to ask - but I see that the initialization action for GCP dataproc is still on 24.04 and this change was merged to 24.06. Is it safe to just update the version in the spark-rapids.sh script manually or is there somewhere I can look for more up-to-date spark-rapids.sh scripts? Thanks!
https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/spark-rapids/spark-rapids.sh

@viadea
Copy link
Collaborator Author

viadea commented Jul 24, 2024

Hey folks - apologies if this is the wrong place to ask - but I see that the initialization action for GCP dataproc is still on 24.04 and this change was merged to 24.06. Is it safe to just update the version in the spark-rapids.sh script manually or is there somewhere I can look for more up-to-date spark-rapids.sh scripts? Thanks! https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/spark-rapids/spark-rapids.sh

Normally it will take couple of days to update the init script for dataproc in GCP repo due to approval/CICD needed from GCP side.
It is updated now.

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

Successfully merging a pull request may close this issue.

4 participants