tustvold opened a new issue, #2657: URL: https://github.com/apache/arrow-datafusion/issues/2657
**Describe the bug** `ViewTable` is created with a `SessionContext` and is then itself registered on `SessionContext`. This will result in a reference loop that will prevent freeing either `SessionContext` or `ViewTable`. **Expected behavior** DataFusion shouldn't have ref cycles **Additional context** -- 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]
