thinkharderdev commented on pull request #1881:
URL: 
https://github.com/apache/arrow-datafusion/pull/1881#issuecomment-1083063047


   > > Awesome!
   > 
   > 
   > 
   > Today I tried to resolve the conflict, but I found it very difficult. In 
`AsExecutionPlan.try_into_physical_plan` `SessionContext` is removed. So I can 
not serialization and deserialization UDF with SessionContext. So I will update 
my code and serialization and deserialization UDF with `udf_plugin`.
   
   It should take a FuntionRegisrty now (which will be a TaskContext) at 
runtime. I think we should use that since we can setup the TaskContext with any 
preloaded functions 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to