milenkovicm commented on issue #9529:
URL: 
https://github.com/apache/arrow-datafusion/issues/9529#issuecomment-1989208556

   Use case is not to register function factory it's more to configure it once 
it's registered, something like:
   
   ```rust
   ctx.sql("SET torchfusion.device = cpu").await?.show().await?;
   ```
   
   It can be done now, but there are few steps which should be done. IMHO,it 
makes more sense to keep it like that than make `FunctionFactory` more 
complicated.


-- 
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