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

Remove Spark bug workaround #9

Open
fehrenbach opened this issue Jul 22, 2016 · 0 comments
Open

Remove Spark bug workaround #9

fehrenbach opened this issue Jul 22, 2016 · 0 comments
Labels

Comments

@fehrenbach
Copy link
Member

There is a bug in Spark regarding nontotal user-defined functions:
https://issues.apache.org/jira/browse/SPARK-16681

We work around it with 6f92f82, by making the unbrand UDF "total" (return null instead of throwing) but it would be nice to get rid of the workaround, once the underlying bug is fixed in Spark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants