milenkovicm opened a new issue, #1395: URL: https://github.com/apache/datafusion-ballista/issues/1395
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Ballista at the moment does not support cache functionality, `df.cache()` does not produce expected behaviour, so until we come up with the caching strategy for ballista I would suggest disabling the functionality **Describe the solution you'd like** DataFusion 52 comes with [method to override cache factory `SessionState::with_cache_factory`](https://github.com/apache/datafusion/issues/17297) we should use it to override cache behaviour when `SessionContext` is created, and return error if `df.cache` is called **Describe alternatives you've considered** Alternative would be to implement cache behaviour, which should be done, but as it is non trivial task, having dependencies on few other things we would have incorrect behaviour. **Additional context** This task depends on #1357 -- 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]
