dotnet / spark

.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.
https://dot.net/spark
MIT License
2.03k stars 315 forks source link

[Documentation] Best practice for writing UDFs #147

Open imback82 opened 5 years ago

imback82 commented 5 years ago

Write a documentation on best practices for writing UDFs since there are few gotchas like static variable captures, etc.

imback82 commented 5 years ago

Closing this since #187 will handle the most cases. I will reopen this if there exists a special case for writing UDFs differently.

imback82 commented 5 years ago

Reopening since we still need to follow up with documentations capturing different scenarios of using UDFs.