Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[DISCUSSION] Python UDFs - class or not? #467
Open
Comments
I'm relatively agnostic, but from a user perspective it would be nice to have them as stand-alone (i.e. the second example above). |
Agreed. Then, the examples would all be pretty much the same between Scala and Python for most of the UDFs. |
I'll get the documentation updated, and once that is merged, we can close this issue. |
Actually, we're already doing the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedMay 27, 2020
I implemented the UDFs on the Python side as a class. Do we want to leave them that way in advance of the 1.0.0 release, or do we want them stand-alone?
Basically, do we want this:
Or this: