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
Revisit the LoadAssembly method used in UdfSerDe.cs . Explore alternative approach to loading assemblies. Instead of using Assembly.LoadFrom, consider AssemblyLoadContext
Revisit the
LoadAssembly
method used in UdfSerDe.cs . Explore alternative approach to loading assemblies. Instead of usingAssembly.LoadFrom
, considerAssemblyLoadContext
Best Practices for Assembly Loading
MSBuild Example
The text was updated successfully, but these errors were encountered: