-
Notifications
You must be signed in to change notification settings - Fork 322
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
[FEATURE REQUEST]: udf support for dynamic assemblies #957
Comments
Michael, I have attached a zip file containing a README.MD with instructions and code to recreate the above issue. I have been using Spark interactively from F# on my local machine for quite some time now. Its been working well when using plain SQL to manipulate data. I could not define UDFs in interactive F# code because the incrementally compile F# code resides in a dynamic assembly. However now that UDFs can be defined in notebook cells, I am hoping that we can achieve the same in F# interactive. (Note that F# has had a REPL since 2010 and we are quite used to interactive programming in F#. Tooling support is good; intellisense and compiler checks are supported even in script files.) |
Is there a solution of doing UDF in the latest of Polyglot notebook without having
|
In a recent talk Michael Rys showed udfs being used in a notebook setting with Azure Synapse.
I was under the impression udfs worked in compiled assemblies only.
Not sure the how the notebooks are coded but when I try to define a udf in F# interactive, I get the following error:
It would be nice if the creation of Spark udfs in most interactive environments was supported. Let us know if there any plans for this.
The text was updated successfully, but these errors were encountered: