-
Notifications
You must be signed in to change notification settings - Fork 240
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
[BUG] UDF compiler can cause crashes with unexpected class input #3369
Comments
Can we please prioritize this? Having a stable version of UDF compiler is very important for our customers. |
Depends upon whether this issue is tracking the fact that the UDF compiler threw the invalid constant type or whether it's tracking the fact that the entire query failed as a result. If it's the latter then yes, but we may also want to understand why the UDF compiler threw the invalid constant exception. |
As per the @Niharikadutta , using the aggregator jar of 21.10 works fine for this issue. |
Yes this issue is fixed with the latest v21.10 jar. We can close this issue. Thanks! |
Describe the bug
We recently saw with a customer the UDF compiler running into issues when the UDFs appeared to not match the format that it expected. This resulted in errors like the following that crashed the application.
Generally we should catch all exceptions in UDF compiler, log them, and fall back to not replacing the UDFs.
The text was updated successfully, but these errors were encountered: