jizezhang opened a new issue, #18893: URL: https://github.com/apache/datafusion/issues/18893
A follow-up on https://github.com/apache/datafusion/issues/17297. This PR https://github.com/apache/datafusion/pull/18688 adds the feature to allow user to create a custom logical plan for `DataFrame::cache` by registering a logical plan transformation via `CacheFactory`. To translate that into a physical plan, user needs to have their own `ExtensionPlanner` and/or `QueryPlanner`. Add an example demonstrating how to do that. -- 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]
