You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using FramelessUdfs the eval function spends a large time compiling, often dominating the actual running of the udf. Moving the compiled codegen out to a lazy val seems to remove the constant compilation and stop binding issues as it's only then called when eval is.
Of course I'm assuming this has been tried and failed for some reason I've not yet bumped into...
The text was updated successfully, but these errors were encountered:
chris-twiner
added a commit
to chris-twiner/frameless
that referenced
this issue
Jul 3, 2020
When using FramelessUdfs the eval function spends a large time compiling, often dominating the actual running of the udf. Moving the compiled codegen out to a lazy val seems to remove the constant compilation and stop binding issues as it's only then called when eval is.
Of course I'm assuming this has been tried and failed for some reason I've not yet bumped into...
The text was updated successfully, but these errors were encountered: