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 RaiseError for Spark 4.0.0 #10969

Open
razajafri opened this issue Jun 4, 2024 · 0 comments · May be fixed by #10971
Open

[FEA] Support RaiseError for Spark 4.0.0 #10969

razajafri opened this issue Jun 4, 2024 · 0 comments · May be fixed by #10971
Assignees
Labels
feature request New feature or request Spark 4.0+ Spark 4.0+ issues

Comments

@razajafri
Copy link
Collaborator

razajafri commented Jun 4, 2024

This PR #5487 added the ability to convert a UDF that can throw SparkException into a catalyst expression with RaiseError.
Support for RaiseError was added in #5540 but Apache Spark 4.0 changed fundamentally how it throws exceptions so we have to match that change.

We'd like to have GpuRaiseError so that we can prevent a columnar-to-row transition when an error should be raised.

@razajafri razajafri added feature request New feature or request ? - Needs Triage Need team to review and classify Spark 4.0+ Spark 4.0+ issues labels Jun 4, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jun 4, 2024
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 Spark 4.0+ Spark 4.0+ issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants