milenkovicm commented on issue #17297: URL: https://github.com/apache/datafusion/issues/17297#issuecomment-3510385131
> Hi [@milenkovicm](https://github.com/milenkovicm) thanks for replying. I do have some questions: > > * Is the approach with `cache_producer` related to the discussion above on creating a new logical node/plan at all? or in this case it would be up to the user to encapsulate their custom logic in `cache_producer`? yes, just a logical plan node, no custom logic > * How would a user pass `cache_producer`, e.g. via `SessionState`? maybe we could copy approach [function factory](https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html#method.set_function_factory) follows ? > Thanks! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
